Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pdecembre opened this issue Feb 9, 2018 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pdecembre
Copy link

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 haoliangwu self-assigned this Feb 10, 2018
haoliangwu pushed a commit that referenced this issue Feb 10, 2018
haoliangwu added a commit that referenced this issue Feb 10, 2018
@haoliangwu
Copy link
Owner

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~

@haoliangwu haoliangwu added the bug Something isn't working label Feb 10, 2018
@haoliangwu haoliangwu added this to the 0.4.0 milestone Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants