angular2-rest
angular2-rest copied to clipboard
Can't resolve 'angular2-rest'
I used angular cli. I installed angular2-rest npm install angular2-rest.
I got an error :
ERROR in ./src/app/services/base-rest-client.service.ts
Module not found: Error: Can't resolve 'angular2-rest' in 'C:\Users\ankar\Projec
ts\hfs\components\src\app\services'
@ ./src/app/services/base-rest-client.service.ts 16:0-73
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi main
Have the files been downloaded into node_modules/angular2-rest?
I have the same issue. Yes, files has been downloaded into node_modules. Any clue?
I have the same issue.
@javist7 @fidlip @cloud602 does it work for you with https://github.com/DanielKucal/angular2-rest/?
this https://github.com/hboylan/ng2-http work for me