|
|
@ -34,6 +34,7 @@
|
|
|
|
</mat-chip>
|
|
|
|
</mat-chip>
|
|
|
|
</mat-chip-list>
|
|
|
|
</mat-chip-list>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="md-form-field" style="margin-top:1em;">
|
|
|
|
<mat-form-field appearance="outline" >
|
|
|
|
<mat-form-field appearance="outline" >
|
|
|
|
<mat-label>Movie Genres</mat-label>
|
|
|
|
<mat-label>Movie Genres</mat-label>
|
|
|
|
<mat-select formControlName="excludedMovieGenres" multiple>
|
|
|
|
<mat-select formControlName="excludedMovieGenres" multiple>
|
|
|
@ -42,6 +43,7 @@
|
|
|
|
</mat-option>
|
|
|
|
</mat-option>
|
|
|
|
</mat-select>
|
|
|
|
</mat-select>
|
|
|
|
</mat-form-field>
|
|
|
|
</mat-form-field>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<mat-chip-list #chipList>
|
|
|
|
<mat-chip-list #chipList>
|
|
|
|
<mat-chip *ngFor="let key of excludedMovieGenres" [selectable]="false" [removable]="true"
|
|
|
|
<mat-chip *ngFor="let key of excludedMovieGenres" [selectable]="false" [removable]="true"
|
|
|
@ -51,6 +53,7 @@
|
|
|
|
</mat-chip>
|
|
|
|
</mat-chip>
|
|
|
|
</mat-chip-list>
|
|
|
|
</mat-chip-list>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="md-form-field" style="margin-top:1em;">
|
|
|
|
<mat-form-field appearance="outline" >
|
|
|
|
<mat-form-field appearance="outline" >
|
|
|
|
<mat-label>Tv Genres</mat-label>
|
|
|
|
<mat-label>Tv Genres</mat-label>
|
|
|
|
<mat-select formControlName="excludedTvGenres" multiple>
|
|
|
|
<mat-select formControlName="excludedTvGenres" multiple>
|
|
|
@ -59,6 +62,7 @@
|
|
|
|
</mat-option>
|
|
|
|
</mat-option>
|
|
|
|
</mat-select>
|
|
|
|
</mat-select>
|
|
|
|
</mat-form-field>
|
|
|
|
</mat-form-field>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<mat-chip-list #chipList>
|
|
|
|
<mat-chip-list #chipList>
|
|
|
|
<mat-chip *ngFor="let key of excludedTvGenres" [selectable]="false" [removable]="true"
|
|
|
|
<mat-chip *ngFor="let key of excludedTvGenres" [selectable]="false" [removable]="true"
|
|
|
|