mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
ui typography
This commit is contained in:
parent
0dfcf86787
commit
85d5441f71
3 changed files with 247 additions and 9 deletions
|
|
@ -1,8 +1,13 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
|
||||
|
||||
import {AppPicturePipe} from '../../../../theme/pipes';
|
||||
import {BaCard} from '../../../../theme/components';
|
||||
|
||||
@Component({
|
||||
selector: 'typography',
|
||||
pipes: [],
|
||||
pipes: [AppPicturePipe],
|
||||
directives: [BaCard],
|
||||
providers: [],
|
||||
styles: [],
|
||||
template: require('./typography.html'),
|
||||
|
|
@ -11,9 +16,4 @@ export class Typography {
|
|||
|
||||
constructor() {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
console.log('typography');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue