sunmingtao / sample-code

3 stars 4 forks source link

Angular CLI #70

Closed sunmingtao closed 4 years ago

sunmingtao commented 4 years ago
npm install -g @angular/cli
ng new angular-smt
cd angular-smt 

start the server

ng serve

Create a new component

ng g c book

It will create a folder under app folder, and add configs into app.module.ts