Missing support for Angular 9
See original GitHub issueDescribe the bug
npm WARN angular-split@3.0.2 requires a peer of @angular/common@^8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-split@3.0.2 requires a peer of @angular/core@^8.0.0 but none is installed. You must install peer dependencies yourself.
To Reproduce
Install angular-split into an Angular 9 working-copy and run npm install
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:16 (5 by maintainers)
Top Results From Across the Web
Missing support for Angular 9 · Issue #218 - GitHub
Working for me with Angular 9. I had to change the import to use the .forRoot() unlike what is shown in the examples....
Read more >Browser support - Angular
The Angular CLI provides support for polyfills. If you are not using the CLI to create your projects, see Polyfill instructions for non-CLI...
Read more >Missing material dependencies after upgrade to Angular 9
Follow following steps :- Delete node_modules folder. Delete package-lock.json file. Run npm cache clean --force; Run npm install --save ...
Read more >Angular Version Upgrade: A quick guide to upgrade from 9.0 ...
Updating package. · IE11 support is deprecated. · Update 'zone. · Remove 'emitDecoratorMetadata' TypeScript compiler option. · Lazy loading syntax ...
Read more >New Features in Angular 9 | GrapeCity JavaScript
In Angular 9, the new Ivy compiler will finally be the default, so Angular apps built with Ivy will be faster and more...
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 Free
Top 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

Yes, will do it this week!
@bertrandg Thank you very much for the quick update. However, it’s advisable to also approve pull request https://github.com/bertrandg/angular-split/pull/204 for Ivy compatibility.