laminate/portal/portal library

Classes

BasePortalHost
A partial implementation of PortalHost.
ComponentPortal<T>
A component, when attached, instantiates a new component of type T.
DelegatingPortalHost
A delegating implementation of PortalHost.
DomPortalHost
An implementation of PortalHost that has an arbitrary DOM node as its container.
Portal<T>
Dynamic content that can be inserted into a host container.
PortalHost
A host container that can project a single Portal within.
PortalHostDirective
An implementation of PortalHost as an Angular 2 template directive.
TemplatePortal
A part of a template, when attached, becomes live as part of the host.
TemplatePortalDirective
An implementation of TemplatePortal as an Angular directive.

Typedefs

OnTemplatePortalReady = void Function(TemplatePortal portal)