0

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.

1 Answer 1

1

Option 1:

you may use ng init command on your existing code. you should have angular-cli globally installed.

Option 2:

You may create a project from scratch and then bring your code in.

Hope this helps!!

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.