mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-23 09:46:10 +01: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,14 +1,12 @@
|
|||
import {Component} from '@angular/core';
|
||||
|
||||
import {BaMsgCenterService} from './baMsgCenter.service';
|
||||
import {BaProfilePicturePipe} from '../../pipes';
|
||||
|
||||
@Component({
|
||||
selector: 'ba-msg-center',
|
||||
providers: [BaMsgCenterService],
|
||||
styles: [require('./baMsgCenter.scss')],
|
||||
template: require('./baMsgCenter.html'),
|
||||
pipes: [BaProfilePicturePipe]
|
||||
template: require('./baMsgCenter.html')
|
||||
})
|
||||
export class BaMsgCenter {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue