fix(common): remove @internal annotation on SwitchView

Closes #7657
This commit is contained in:
Rob Wormald 2016-03-17 21:30:53 -07:00 committed by Jeremy Elbourn
parent a5e6eaaebc
commit 967ae3e1b8
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import {ListWrapper, Map} from 'angular2/src/facade/collection';
const _WHEN_DEFAULT = CONST_EXPR(new Object());
/** @internal */
export class SwitchView {
constructor(private _viewContainerRef: ViewContainerRef, private _templateRef: TemplateRef) {}