We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e6eaa commit 967ae3eCopy full SHA for 967ae3e
modules/angular2/src/common/directives/ng_switch.ts
@@ -4,7 +4,6 @@ import {ListWrapper, Map} from 'angular2/src/facade/collection';
4
5
const _WHEN_DEFAULT = CONST_EXPR(new Object());
6
7
-/** @internal */
8
export class SwitchView {
9
constructor(private _viewContainerRef: ViewContainerRef, private _templateRef: TemplateRef) {}
10
0 commit comments