mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-27 11:46:10 +01:00
feat(aot): aot compilation work in progress
This commit is contained in:
parent
24fe588b42
commit
d89d176e54
117 changed files with 866 additions and 1041 deletions
|
|
@ -5,8 +5,8 @@ import {BaMsgCenterService} from './baMsgCenter.service';
|
|||
@Component({
|
||||
selector: 'ba-msg-center',
|
||||
providers: [BaMsgCenterService],
|
||||
styles: [require('./baMsgCenter.scss')],
|
||||
template: require('./baMsgCenter.html')
|
||||
styleUrls: ['./baMsgCenter.scss'],
|
||||
templateUrl: './baMsgCenter.html'
|
||||
})
|
||||
export class BaMsgCenter {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue