mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
feat(rc6): update to rc6
This commit is contained in:
parent
18c6912c72
commit
053473a442
54 changed files with 187 additions and 193 deletions
|
|
@ -1,16 +1,8 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
|
||||
|
||||
import {InlineForm} from './components/inlineForm';
|
||||
import {BlockForm} from './components/blockForm';
|
||||
import {HorizontalForm} from './components/horizontalForm';
|
||||
import {BasicForm} from './components/basicForm';
|
||||
import {WithoutLabelsForm} from './components/withoutLabelsForm';
|
||||
|
||||
@Component({
|
||||
selector: 'layouts',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
directives: [InlineForm, BlockForm, HorizontalForm, BasicForm, WithoutLabelsForm],
|
||||
styles: [],
|
||||
template: require('./layouts.html'),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue