refactor(app): rename components

This commit is contained in:
Dmitry Nehaychik 2017-04-28 15:14:05 +03:00
parent afc24fe88f
commit 4fe5c69d8e
10 changed files with 17 additions and 17 deletions

View file

@ -5,7 +5,7 @@ import { Component } from '@angular/core';
template: `
<nga-layout>
<nga-layout-header fixed>
<base-header></base-header>
<header></header>
</nga-layout-header>
<nga-sidebar>
@ -17,7 +17,7 @@ import { Component } from '@angular/core';
</nga-layout-column>
<nga-layout-footer fixed>
<base-footer></base-footer>
<footer></footer>
</nga-layout-footer>
</nga-layout>
`,