Udemy - Angular 2 - The Complete Guide 笔记时间:2023-03-10 08:46:48 1. install > npm install -g angular-cli 2. create app > ng new first-app 3. build app > cd first-app > ng serve