mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-23 09:46:10 +01:00
BaPanel to BaCard rename.
This commit is contained in:
parent
4001b2fdf5
commit
d7b7f14eea
9 changed files with 20 additions and 20 deletions
12
src/app/theme/baCard/baCard.component.ts
Normal file
12
src/app/theme/baCard/baCard.component.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import {Component, ViewEncapsulation, Input} from 'angular2/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ba-card',
|
||||
styles: [require('./baCard.scss')],
|
||||
template: require('./baCard.html'),
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class BaCard {
|
||||
@Input() title:String;
|
||||
@Input() baCardClass:String;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue