應該是確定是踩到AOT的點,只是搜尋過之後還是不知道怎麼解,有說模板中使用到東西都必須是public
,但該變數已經是public
的。
各位大神有空的話,幫忙研究一下:
build error:
ERROR in ng:///.../src/app/features/data/components/lite-list/lite-list.component.html (13,9): Property 'lite' does not exist on type 'LiteListComponent'.
(13, 9)
<tr *ngFor="let lite of liteList; index as i; trackBy: lite?.id">
@Input() liteList = [] as Lite[];