Crude header with no styles.

This commit is contained in:
smartapant 2016-04-21 21:49:53 +03:00
parent 65b9d7e537
commit 27dcebeba2
10 changed files with 37 additions and 84 deletions

View 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 {}