mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-04-18 01:59:04 +02:00
feat(rc6): update to rc6
This commit is contained in:
parent
80a15536a5
commit
3ff5c51f1a
54 changed files with 187 additions and 193 deletions
|
|
@ -1,16 +1,11 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
|
||||
import {GlobalState} from '../../../global.state';
|
||||
import {BaProfilePicturePipe} from '../../pipes';
|
||||
import {BaMsgCenter} from '../../components/baMsgCenter';
|
||||
import {BaScrollPosition} from '../../directives';
|
||||
|
||||
@Component({
|
||||
selector: 'ba-page-top',
|
||||
styles: [require('./baPageTop.scss')],
|
||||
template: require('./baPageTop.html'),
|
||||
directives: [BaMsgCenter, BaScrollPosition],
|
||||
pipes: [BaProfilePicturePipe],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class BaPageTop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue