📜  创建新项目 Angular - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:43.855000             🧑  作者: Mango

代码示例5
ng new 
//After this you will be given the choice to name the project, add routing, add scss/sass/css
ng new angular_project

cd angular-project
ng serve