You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ng build works fine on my project (and still does).
ng serve worked fine until @angular-devkit/build-angular - 0.800.4, now it breaks with the message below. Works ok if I downgrade @angular-devkit/build-angular to 0.800.3.
Maybe there is an issue because the class is a generic type?
🔥 Exception or Error
ERROR in ./src/app/services/my.service.ts 84:12-26
"export 'StorageService' was not found in 'ngx-webstorage-service'
ERROR in ./src/app/services/my.service.ts 85:12-26
"export 'StorageService' was not found in 'ngx-webstorage-service'
The text was updated successfully, but these errors were encountered:
qortex
changed the title
ng serve stops working for ngx-storage-service in 0.800.4 (worked in 0.800.3)
ng serve stops working for ngx-webstorage-service in 0.800.4 (worked in 0.800.3)
Jun 25, 2019
🐞 Bug report
Command
Regression
Works in 0.800.3, breaks in 0.800.4
Description
ng build
works fine on my project (and still does).ng serve
worked fine until@angular-devkit/build-angular - 0.800.4
, now it breaks with the message below. Works ok if I downgrade@angular-devkit/build-angular
to 0.800.3.The package is: https://github.com/dscheerens/ngx-webstorage-service
The place where the class is exported is: https://github.com/dscheerens/ngx-webstorage-service/blob/master/lib/src/storage.service.ts
Maybe there is an issue because the class is a generic type?
🔥 Exception or Error
🌍 Your Environment
Other
Tracked on the package repo: dscheerens/ngx-webstorage-service#11
The text was updated successfully, but these errors were encountered: