mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-20 15:04:07 +01:00
pageTop -> baPageTop
This commit is contained in:
parent
12a1056c12
commit
fd8f21aaff
8 changed files with 15 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
import {RouteConfig} from '@angular/router-deprecated';
|
||||
|
||||
import {PageTop, BaContentTop, Sidebar, BaBackTop} from '../theme/components';
|
||||
import {BaPageTop, BaContentTop, Sidebar, BaBackTop} from '../theme/components';
|
||||
|
||||
import {Dashboard} from './dashboard';
|
||||
import {Ui} from './ui';
|
||||
|
|
@ -14,10 +14,10 @@ import {Tables} from './tables';
|
|||
selector: 'pages',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [],
|
||||
directives: [PageTop, Sidebar, BaContentTop, BaBackTop],
|
||||
directives: [BaPageTop, Sidebar, BaContentTop, BaBackTop],
|
||||
template: `
|
||||
<sidebar></sidebar>
|
||||
<page-top></page-top>
|
||||
<ba-page-top></ba-page-top>
|
||||
<div class="al-main">
|
||||
<div class="al-content">
|
||||
<ba-content-top></ba-content-top>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue