refactor(app): make a bit more neat structure

This commit is contained in:
Dmitry Nehaychik 2017-04-28 14:59:24 +03:00
parent 91c780c256
commit 44f2f562a9
20 changed files with 24 additions and 17 deletions

View file

@ -7,10 +7,10 @@ import { Component } from '@angular/core';
'../@theme/styles/pure/pure.theme.scss',
],
template: `
<one-coll-layout>
<one-column-layout>
<nga-menu></nga-menu>
<router-outlet></router-outlet>
</one-coll-layout>
</one-column-layout>
`,
})
export class PagesComponent {