fixed build process by adding comment
This commit is contained in:
parent
01fdb4afc6
commit
577a80371f
|
@ -6,7 +6,9 @@ import * as avmModule from './view_manager';
|
||||||
|
|
||||||
import {ElementRef} from './element_ref';
|
import {ElementRef} from './element_ref';
|
||||||
import {ViewRef, ProtoViewRef, internalView} from './view_ref';
|
import {ViewRef, ProtoViewRef, internalView} from './view_ref';
|
||||||
|
/**
|
||||||
|
* @exportedAs angular2/core
|
||||||
|
*/
|
||||||
export class ViewContainerRef {
|
export class ViewContainerRef {
|
||||||
_viewManager: avmModule.AppViewManager;
|
_viewManager: avmModule.AppViewManager;
|
||||||
_element: ElementRef;
|
_element: ElementRef;
|
||||||
|
|
Loading…
Reference in New Issue