NgSwitchWhen constructor

NgSwitchWhen(
  1. @Optional() ViewContainerRef? viewContainer,
  2. @Optional() TemplateRef? templateRef,
  3. @Host() NgSwitch _switch
)

Implementation

NgSwitchWhen(
  @Optional() ViewContainerRef? viewContainer,
  @Optional() TemplateRef? templateRef,
  @Host() this._switch,
) : _view = SwitchView(viewContainer!, templateRef!);