chore: base layout

This commit is contained in:
tibing 2017-04-13 14:24:23 +03:00
parent 1fb884a633
commit d82d691681
19 changed files with 195 additions and 44 deletions

View file

@ -6,10 +6,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'nga-app-root',
templateUrl: './app.component.html',
selector: 'app',
template: '<router-outlet></router-outlet>',
styleUrls: ['./app.component.scss'],
})
export class AppComponent {
title = 'app works!';
}