Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 561 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 561 Bytes

NgPatternsDemo

Development server

Run npm startfor a dev server. Navigate tohttp://localhost:4200/`. The app will automatically reload if you change any of the source files.

Build

Run npm run prod to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run npm run test to execute the unit tests via Karma.

App Description

Angular demo app with examples of form creation, validation, class inheritance, etc.