Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
We have an existing Angular 2 application that we're interested in using the CLI for its build step.
Is there any information out there on achieving this? I wasn't able to find anything other than creating projects from scratch.
Option 1:
you may use ng init command on your existing code. you should have angular-cli globally installed.
ng init
Option 2:
You may create a project from scratch and then bring your code in.
Hope this helps!!
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.