fix(forms): fix a form inputs template

This commit is contained in:
Alexander Zhukov 2017-07-07 15:39:07 +03:00
parent 26a4b3fea8
commit 990b3341f3
5 changed files with 75 additions and 70 deletions

View file

@ -2,7 +2,6 @@ import { Component } from '@angular/core';
@Component({
selector: 'ngx-form-elements',
styleUrls: ['./forms.component.scss'],
template: `
<router-outlet></router-outlet>
`,