mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-23 08:24:07 +01:00
empty child component
This commit is contained in:
parent
32f4967d37
commit
0a4cc28447
5 changed files with 76 additions and 7 deletions
1
src/app/pages/ui/components/typography/index.ts
Normal file
1
src/app/pages/ui/components/typography/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './typography.component';
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
@Component({
|
||||
selector: 'typography',
|
||||
pipes: [],
|
||||
providers: [],
|
||||
styles: [],
|
||||
template: 'typography'
|
||||
})
|
||||
export class Typography {
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
console.log('typography');
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue