mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 09:54:11 +01:00
Crude header with no styles.
This commit is contained in:
parent
65b9d7e537
commit
27dcebeba2
10 changed files with 37 additions and 84 deletions
8
src/app/theme/pageTop/pageTop.component.ts
Normal file
8
src/app/theme/pageTop/pageTop.component.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
@Component({
|
||||
selector: 'page-top',
|
||||
styles: [ require('./pageTop.scss') ],
|
||||
template: require('./pageTop.html')
|
||||
})
|
||||
export class PageTop {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue