We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" },
The text was updated successfully, but these errors were encountered:
[FIX] #1 loadingService should be export
227e643
Merge pull request #2 from haoliangwu/develop
e389cfb
fix for #1
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~
Sorry, something went wrong.
haoliangwu
No branches or pull requests
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"
},
The text was updated successfully, but these errors were encountered: