feat(forms): add the input examples

This commit is contained in:
Alexander Zhukov 2017-06-29 20:00:16 +03:00
parent cb715c6799
commit b4b32a3577
9 changed files with 240 additions and 485 deletions

View file

@ -1,4 +1,5 @@
import { NgModule } from '@angular/core';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { SharedModule } from '../../shared.module';
@ -8,6 +9,7 @@ import { FormsRoutingModule, routedComponents } from './forms-routing.module';
imports: [
SharedModule,
FormsRoutingModule,
NgbModule,
],
declarations: [
...routedComponents,