You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ViewChildren, ContentChildren: QueryList<T>, where the type of the child (determined either by the identifier or read-Property) must be assignable to T
ViewChild, ContentChild: the type of the child (determined either by the identifier or read-Property) must be assignable to the annotated type
This requires type relationship APIs
The text was updated successfully, but these errors were encountered:
ViewChildren
,ContentChildren
:QueryList<T>
, where the type of the child (determined either by the identifier orread
-Property) must be assignable toT
ViewChild
,ContentChild
: the type of the child (determined either by the identifier orread
-Property) must be assignable to the annotated typeThis requires type relationship APIs
The text was updated successfully, but these errors were encountered: