question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sh33daficommented, Feb 18, 2021

I will give it a shot! 😉

Just one question how would you like the ng add command to be? ng add @taiga-ui/cdk or ng add @taiga-ui/core?

0reactions
nartccommented, Mar 29, 2021

@sh33dafi what’s your progress on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found