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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
EmbeddedViewRef<C> createEmbeddedView/*< C >*/(TemplateRef<C> templateRef,
[C context, num index]);
The tricky bit here is that this output of ts2dart would be correct if ViewContainerRef had a generic C declared on itself (e.g. class ViewContainerRef<C> { ...}). However, in this case, the generic originates just from the method itself.