Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 832 Bytes

File metadata and controls

44 lines (30 loc) · 832 Bytes

NgLearn

source Angular tutorials

This project was generated using Angular CLI version 21.0.5.

Development server

To start a local development server, run:

# start Angular Project
ng serve
# start json-server for api
json-server --watch db.json

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

json-server running on http://localhost:3000/locations

Some clis

Angular CLI includes powerful code scaffolding tools. To generate a new component, run:

ng generate component component-name
ng generate --help
ng build
ng test
ng e2e