mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
unused styles removed
This commit is contained in:
parent
72b075b4f8
commit
cdef950586
2 changed files with 1 additions and 124 deletions
|
|
@ -12,7 +12,7 @@ import {WithoutLabelsForm} from './components/withoutLabelsForm';
|
|||
selector: 'layouts',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
directives: [BaCard, InlineForm, BlockForm, HorizontalForm, BasicForm, WithoutLabelsForm],
|
||||
styles: [require('./layouts.scss')],
|
||||
styles: [],
|
||||
template: require('./layouts.html'),
|
||||
})
|
||||
export class Layouts {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue