Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(portal): correct return type of TemplatePortal.attach (angular#14602
) Fixes angular#14584 BREAKING CHANGE The return type of `TemplatePortal.attach` previously had an incorrect signature: `TemplatePortal<C>.attach(...): C`. This should actually have been `TemplatePortal<C>.attach(...): EmbeddedViewRef<C>`. The type has been corrected.
- Loading branch information