Skip to content

Commit 577a803

Browse files
committed
fixed build process by adding comment
1 parent 01fdb4a commit 577a803

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/angular2/src/core/compiler/view_container_ref.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import * as avmModule from './view_manager';
66

77
import {ElementRef} from './element_ref';
88
import {ViewRef, ProtoViewRef, internalView} from './view_ref';
9-
9+
/**
10+
* @exportedAs angular2/core
11+
*/
1012
export class ViewContainerRef {
1113
_viewManager: avmModule.AppViewManager;
1214
_element: ElementRef;

0 commit comments

Comments
 (0)