FAQ¶
如何在角度5中将其添加到我的项目中?¶
You can download this by npm and running npm install ngx-restangular. This will install latest version of ngx-restangular (v.2.0.0).
如何以角度4将其添加到我的项目中?¶
You can download this by npm and running npm install --save ngx-restangular@1.0.13
Versions from 1.0.14 to 1.1.4 are deprecated. Npm warns you after their installation. Those versions would be removed.
如何以角度2将其添加到我的项目中?¶
You can download this by npm and running npm install ng2-restangular