import { DaffRouterNamedViewOutletDirective } from '@daffodil/router'
Renders a named view of the current route.
The named view should be defined in the route configuration
according to the DaffRouteWithNamedViews
type.
@Directive()
class DaffRouterNamedViewOutletDirective implements OnInit, OnChanges, OnDestroy {
ngOnDestroy(): void
ngOnChanges(changes: SimpleChanges): void
ngOnInit(): void
}
void
void
Parameter | changes: SimpleChanges |
---|---|
Description |
void
string
Default | – |
---|---|
Description | The router named view to attempt to render. |