Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 693 Bytes

File metadata and controls

27 lines (17 loc) · 693 Bytes

Angular 101

Angular 101 code repository for the W3 Committee.

Look for comments throughout the codebase that says NOTE for explanations.

Development server

To start a local development server, run:

ng serve

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.

Code scaffolding

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

ng generate component component-name

For a complete list of available schematics (such as components, directives, or pipes), run:

ng generate --help