https://github.com/vadimkorr/ng-nested-custom-controls
:newspaper: Source code for the article 'Implementing nested custom controls in Angular 5'
https://github.com/vadimkorr/ng-nested-custom-controls
angular angular5 custom-controls reactive-forms template-driven-forms typescript
Last synced: 2 months ago
JSON representation
:newspaper: Source code for the article 'Implementing nested custom controls in Angular 5'
- Host: GitHub
- URL: https://github.com/vadimkorr/ng-nested-custom-controls
- Owner: vadimkorr
- License: mit
- Created: 2018-03-22T16:49:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T17:44:45.000Z (about 6 years ago)
- Last Synced: 2025-02-28T18:47:37.027Z (3 months ago)
- Topics: angular, angular5, custom-controls, reactive-forms, template-driven-forms, typescript
- Language: TypeScript
- Homepage: https://medium.com/@vadimkorr/implementing-nested-custom-controls-in-angular-5-c115c68e6b88
- Size: 210 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Implementing nested custom controls in Angular 5
This repo contains source code for the article [Implementing nested custom controls in Angular 5](https://medium.com/@vadimkorr/implementing-nested-custom-controls-in-angular-5-c115c68e6b88).
See the demo app on [StackBlitz](https://stackblitz.com/github/vadimkorr/ng-nested-custom-controls).
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` 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 `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
