haoliangwu / ngx-loading-mask

Angular 5+ simple loading-mask ui component.
https://haoliangwu.github.io/ngx-loading-mask/
23 stars 3 forks source link

odule not found: Error: Can't resolve './ngx-loading-mask/loading-mask.service' #1

Open pdecembre opened 6 years ago

pdecembre commented 6 years ago

no extension Field 'browser' doesn't contain a valid alias configuration I am getting this error when building angular 5 application. "dependencies": { "@angular/animations": "^5.2.4", "@angular/cdk": "^5.2.0", "@angular/common": "^5.2.4", "@angular/compiler": "^5.2.4", "@angular/core": "^5.2.4", "@angular/forms": "^5.2.4", "@angular/http": "^5.2.4", "@angular/material": "5.2.0", "@angular/platform-browser": "^5.2.4", "@angular/platform-browser-dynamic": "^5.2.4", "@angular/router": "^5.2.4", "angular-bootstrap-md": "^5.1.2", "core-js": "^2.5.3", "font-awesome": "^4.7.0", "hammerjs": "^2.0.8", "ng-snotify": "^4.2.0", "ngx-loading-mask": "^0.4.0", "primeng": "^5.0.2", "rxjs": "^5.5.6", "zone.js": "^0.8.20" },

haoliangwu commented 6 years ago

hi @pdecembre ,

thanks for your bug report, it seems I forgot export service type into module entry file, my bad.

has fixed in #2 (should work in ngx-loading-mask@0.4.1).

if you still met some errors, let me know, thx~