"entity-material-table" is an Angular custom component that simplify table creation based on entity data, with pagination. rows T[] An array of data (rows) to display in the table. serverHttp Function ...
<mat-select multiple="{{true}}" [(value)]="selectedLanguage" (openedChange)="changeLanguage()"> <mat-option *ngFor="let item of languageList" [value]="item.id ...
<form class="example-form"> <mat-form-field class="example-full-width"> <input matInput placeholder="Company (disabled)" disabled value="Google"> </mat-form-field ...