NgPatternsDemo

July 16, 2019 ยท View on GitHub

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.