Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 389 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 389 Bytes

COLEGIO CEBE FRONTEND

- Install the dependencies
npm install
- Run the app
ng serve
- Generate model - configure after
ng g class models/{nombreModelo} --type=model
- Generate service - configure after
ng g s services/{nombreServicio}
- Generate components
ng g c components/path/{nombreComponente}