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