CardViewItem in demo-shell (#3562)

This commit is contained in:
Alex Bolboșenco
2018-08-14 15:42:10 +01:00
committed by Eugenio Romano
parent edf82d9c05
commit 65ac1d37c4
9 changed files with 187 additions and 1 deletions
@@ -0,0 +1,3 @@
.mat-form-field-type-mat-select {
width: 100%;
}
@@ -24,7 +24,8 @@ import { MatSelectChange } from '@angular/material';
@Component({
selector: 'adf-card-view-selectitem',
templateUrl: './card-view-selectitem.component.html'
templateUrl: './card-view-selectitem.component.html',
styleUrls: ['./card-view-selectitem.component.scss']
})
export class CardViewSelectItemComponent implements OnChanges {
@Input() property: CardViewSelectItemModel<string>;