GitHub

DaffRouterNamedViewOutletDirective

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
}

() Methods

ngOnDestroy
void
ngOnChanges
void
Parameters
Parameterchanges: SimpleChanges
Description
ngOnInit
void

Inputs

daffRouterNamedViewOutlet
string
Default
Description

The router named view to attempt to render.