X Tutup
Skip to content

Commit 967ae3e

Browse files
robwormaldjelbourn
authored andcommitted
fix(common): remove @internal annotation on SwitchView
Closes angular#7657
1 parent a5e6eaa commit 967ae3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/angular2/src/common/directives/ng_switch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {ListWrapper, Map} from 'angular2/src/facade/collection';
44

55
const _WHEN_DEFAULT = CONST_EXPR(new Object());
66

7-
/** @internal */
87
export class SwitchView {
98
constructor(private _viewContainerRef: ViewContainerRef, private _templateRef: TemplateRef) {}
109

0 commit comments

Comments
 (0)
X Tutup