feat(app): add mock pages and some header feats

This commit is contained in:
tibing 2017-04-18 15:27:37 +03:00
parent 2cb6bf99e0
commit 58c9114ff9
20 changed files with 201 additions and 84 deletions

View file

@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-components',
templateUrl: './components.component.html',
styleUrls: ['./components.component.scss']
})
export class ComponentsComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}