mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix(contextoutlet): fix error
This commit is contained in:
@@ -29,5 +29,5 @@ export class ListComponent<TItem extends object> {
|
||||
@Input() list!: TItem[];
|
||||
|
||||
@ContentChild('listRef', { read: TemplateRef })
|
||||
listTemplateRef!: TemplateRef<TItem[]>;
|
||||
listTemplateRef!: TemplateRef<unknown>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user