An open API service indexing awesome lists of open source software.

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'

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).

![app screenshot](https://content.screencast.com/users/mintday/folders/Implementing%20nested%20custom%20controls/media/71185a10-2400-47fe-b1fc-36af633efc66/screencapture-localhost-4200-2019-01-29-22_55_10.png)