/ng-patterns-demo

Demo app containing configuration, logging, authentication, authorization, server-generated validators, reactive forms builder, etc.

Primary LanguageTypeScript

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.