Public constructor of this custom RouterOutlet element. Supplies the value of its baseHref attribute and the presence of a hashBased attribute on itself to the Router while Router.connecting the Router to itself.
Private
Readonly
routerGetter mirroring the baseHref attribute of this element.
Getter mirroring the presence of a hashBased attribute on this element.
Generated using TypeDoc
Custom element extending the HTMLSlotElement. When this element is constructed, it supplies the value of its baseHref attribute and the presence of a hashBased attribute on itself to the Router while Router.connecting the Router to itself. This element should only be used once, as it will be used by the Router as Router.outlet to render the current Router.State.
Example
A
router-outlet
:See
Router