mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-07 20:51:28 +03:00
Enabled strict template mode in Angular
Code cleanup
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
N/A
|
||||
</mat-option>
|
||||
<mat-option *ngFor="let available_category of postsService.categories | keyvalue" [value]="available_category.value">
|
||||
{{available_category.value.name}}
|
||||
{{available_category.value['name']}}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
Reference in New Issue
Block a user