angular2-build Questions
2
Solved
I am new in angular 2, I want to know how to build my angular 2 app without using CLI for production.
Thanks in Advance.
Inveracity asked 18/4, 2018 at 5:56
2
I have used below steps to generate dist in production
npm install -g angular2-cli
ng new PROJECT_NAME
cd PROJECT_NAME
After this I have copied all the code it included app folder
ng serve
i...
Phiz asked 1/2, 2017 at 5:49
1
© 2022 - 2024 — McMap. All rights reserved.