CardViewItem in demo-shell (#3562)

This commit is contained in:
Alex Bolboșenco
2018-07-05 16:46:38 +03:00
committed by Eugenio Romano
parent edf82d9c05
commit 65ac1d37c4
9 changed files with 187 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
.mat-form-field-type-mat-select {
width: 100%;
}

View File

@@ -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>;