Angular 8 compatibility
See original GitHub issueThe following error surfaces when targeting Angular 8:
ERROR in ./node_modules/@angular-mdl/core/components/dialog/mdl-dialog.service.js 247:63-71
"export 'DOCUMENT' was not found in '@angular/platform-browser'
According to migration docs the package for DOCUMENT has changed:
DOCUMENT is removed from @angular/platform-browser If you use DOCUMENT from @angular/platform-browser, you should start to import this from @angular/common.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Is there a compatibility list for Angular / Angular-CLI and ...
js version anymore... Is there a complete compatibility list to check which Angular version is compatible with which Node.js version? node.js ...
Read more >Angular versioning and releases
Minor releases are fully backward-compatible; no developer assistance is expected during update, but you can optionally modify your applications and ...
Read more >angular-cli-node-js-typescript-rxjs-compatiblity-matrix.csv
Your issue is that Angular 9.1 only supports Node.js 10 and 12. You must downgrade to Node.js 12 and a package manager version...
Read more >Compatibility list for Angular/Angular-CLI and Node.js
Angular CLI Angular NodeJS TypeScript
– 2.x 6.0.x or later minor 2.0.x
1.0.6 4.x 6.9.x or later minor 2.2.x
1.1.3 4.x 6.9.x or later minor 2.3.x...
Read more >Angular 8 - Backward Compatibility
Angular 8 - Backward Compatibility, Angular framework provides maximum compatibility with previous versions. If Angular Team deprecate a feature in a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
all @angular-mdl packages are now available as version 8.0.0
@vinay-akkipet yes, it will be available in (hopefully) a few days too.