Install with Angular CLI
See original GitHub issueIs there a way to install datepicker into existing project created by angular-cli ?
Using npm install
just copy repository to node_modules and doesn’t creates js-file, required by “installation of 3rd party libs”
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
CLI Overview and Command Reference - Angular
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command ......
Read more >How To Install Angular CLI - KnowledgeHut
Create an Angular App with the CLI. Once Angular CLI is installed, you can now install an Angular app. From your command prompt...
Read more >Angular CLI - npm
CLI tool for Angular. ... Start using @angular/cli in your project by running `npm i @angular/cli`. ... Install. npm i @angular/cli ...
Read more >A Guide to Angular CLI, Node.js, and Build Tools
Installing Angular CLI on Windows ... First, you need to have Node and npm installed on your development machine. There are many ways...
Read more >How to install and use the Angular CLI? - Daniel Kreider
Before installing the Angular CLI, you'll need to install Node.js. If you're using a Windows or Mac download it here. And for the...
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
maybe a bit too late but here is how I put this module with angular-cli
in
app.module.ts
that’s it.
<datepicker>
is available to the app. hope it helps.but yes, upgrading your app won’t do any harm as RC6 is definitely more like the final release then the one you have now.