[FEATURE] Add ability to use ng add
See original GitHub issue🚀 Feature request
Is your feature request related to a problem?
Currently starting with Taiga ui you have to do a few manual steps to get started
Describe the solution you’d like
It would be nice to leverage angular cli's ng add ability to provide a basic setup.e.g.
running ng add @taiga-ui/schematics
will:
- install minimal libs
- add theme to angular.json
- include TuiRootModule
- add tui-root wrapper
- …
Additional context
If you want I can give it a shot in creating something like that
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
ng add - Angular
Option Description Value Type Default Value
‑‑force Force overwriting of existing files. boolean false
‑‑interactive Enable interactive input prompts. boolean true
‑‑registry The NPM registry to...
Read more >ng-add-article/article.md at master - GitHub
In this article, I show you how to create such a package. For this, I'll use ng-packagr and a custom schematic. You can...
Read more >What does "ng add" do in Angular CLI 6.0.8 - Stack Overflow
Another new CLI command ng add makes adding new capabilities to your project easy. ng add will use your package manager to download...
Read more >The CLI in Angular 6 - Accelebrate
The CLI has added the ng add and ng update commands. These commands are intended to make it easier for developers to add...
Read more >ng generate component using the CLI - Pluralsight
It is created automatically when we create a new Angular app using the CLI command. The component in Angular is the class that...
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
I will give it a shot! 😉
Just one question how would you like the ng add command to be?
ng add @taiga-ui/cdk
orng add @taiga-ui/core
?@sh33dafi what’s your progress on this?