Update dependencies for angular 8 support
See original GitHub issue@DanielYKPan could you please update dependencies to support Angular 8?
npm WARN ng-pick-datetime@7.0.0 requires a peer of @angular/cdk@^7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-pick-datetime-moment@1.0.8 requires a peer of @angular/animations@^7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-pick-datetime-moment@1.0.8 requires a peer of @angular/common@^7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-pick-datetime-moment@1.0.8 requires a peer of @angular/core@^7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-pick-datetime-moment@1.0.8 requires a peer of @angular/forms@^7.0.0 but none is installed. You must install peer dependencies yourself.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:22
- Comments:17
Top Results From Across the Web
ng update - Angular
Updates your workspace and its dependencies. ... ng update @angular/cli @angular/core ... Shows a help message for this command in the console. boolean....
Read more >Angular Update Guide
Select the options that match your update · Angular versions · Application complexity · Other dependencies.
Read more >Guide to update your Angular application v8.1 -> v9.0 for ...
Update to the new version ... Review these changes and perform the actions to update your application. Make sure you are using Node...
Read more >Guide to update your Angular application v8.2 -> v12.0 for ...
Run NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@8 update @angular/core@8 @angular/cli@8 in your workspace directory to update to the latest 8.x version of @ ...
Read more >Guide to update your Angular application v5.2 -> v6.1 for basic ...
Update all of your Angular framework packages to v6, and the correct version of RxJS and TypeScript. NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@6 update @ ...
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
Hi quys, I found the solution for this
StaticInjectorError
. Thanks to @ce-page solution.import
OwlMomentDateTimeModule
directly like this :Instead of this :
Thank You.
@DanielYKPan are you abandonning this package?