本文整理汇总了TypeScript中@angular/core/src/linker/view_utils.flattenNestedViewRenderNodes函数的典型用法代码示例。如果您正苦于以下问题:TypeScript flattenNestedViewRenderNodes函数的具体用法?TypeScript flattenNestedViewRenderNodes怎么用?TypeScript flattenNestedViewRenderNodes使用的例子?那么, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了flattenNestedViewRenderNodes函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的TypeScript代码示例。
示例1: createInternal
createInternal(rootSelector:string):import2.AppElement {
const parentRenderNode:any = this.renderer.createViewRoot(this.declarationAppElement.nativeElement);
this._text_0 = this.renderer.createText(parentRenderNode,'\n ',(null as any));
this._el_1 = this.renderer.createElement(parentRenderNode,'div',(null as any));
this.renderer.setElementAttribute(this._el_1,'class','modal-dialog');
this._NgClass_1_3 = new import11.NgClass(this.parentInjector.get(import12.IterableDiffers),this.parentInjector.get(import13.KeyValueDiffers),new import8.ElementRef(this._el_1),this.renderer);
this._text_2 = this.renderer.createText(this._el_1,'\n ',(null as any));
this._el_3 = this.renderer.createElement(this._el_1,'div',(null as any));
this.renderer.setElementAttribute(this._el_3,'class','modal-content');
this._text_4 = this.renderer.createText(this._el_3,'\n ',(null as any));
this.renderer.projectNodes(this._el_3,import4.flattenNestedViewRenderNodes(this.projectableNodes[0]));
this._text_5 = this.renderer.createText(this._el_3,'\n ',(null as any));
this._text_6 = this.renderer.createText(this._el_1,'\n ',(null as any));
this._text_7 = this.renderer.createText(parentRenderNode,'\n ',(null as any));
this._expr_0 = import7.UNINITIALIZED;
this._expr_1 = import7.UNINITIALIZED;
this.init([],[
this._text_0,
this._el_1,
this._text_2,
this._el_3,
this._text_4,
this._text_5,
this._text_6,
this._text_7
]
,[],[]);
return (null as any);
}
示例2: createInternal
createInternal(rootSelector:string):import2.AppElement {
const parentRenderNode:any = this.renderer.createViewRoot(this.declarationAppElement.nativeElement);
this._el_0 = this.renderer.createElement(parentRenderNode,'div',(null as any));
this.renderer.setElementAttribute(this._el_0,'class','card-widget card widget-std');
this._text_1 = this.renderer.createText(this._el_0,'\n ',(null as any));
this._el_2 = this.renderer.createElement(this._el_0,'div',(null as any));
this.renderer.setElementAttribute(this._el_2,'class','top-line-heavy');
this._text_3 = this.renderer.createText(this._el_0,'\n ',(null as any));
this._el_4 = this.renderer.createElement(this._el_0,'div',(null as any));
this.renderer.setElementAttribute(this._el_4,'class','card-block');
this._text_5 = this.renderer.createText(this._el_4,'\n ',(null as any));
this.renderer.projectNodes(this._el_4,import4.flattenNestedViewRenderNodes(this.projectableNodes[0]));
this._text_6 = this.renderer.createText(this._el_4,'\n ',(null as any));
this._text_7 = this.renderer.createText(this._el_0,'\n',(null as any));
this.init([],[
this._el_0,
this._text_1,
this._el_2,
this._text_3,
this._el_4,
this._text_5,
this._text_6,
this._text_7
]
,[],[]);
return (null as any);
}
示例3: createInternal
createInternal(rootSelector:string):import5.AppElement {
const parentRenderNode:any = this.renderer.createViewRoot(this.declarationAppElement.nativeElement);
this._el_0 = this.renderer.createElement(parentRenderNode,'div',(null as any));
this.renderer.projectNodes(this._el_0,import2.flattenNestedViewRenderNodes(this.projectableNodes[0]));
this.init(([] as any[]),[this._el_0],([] as any[]),([] as any[]));
return (null as any);
}
示例4: createInternal
createInternal(rootSelector:string):import2.AppElement {
const parentRenderNode:any = this.renderer.createViewRoot(this.declarationAppElement.nativeElement);
this._text_0 = this.renderer.createText(parentRenderNode,'\n ',(null as any));
this._el_1 = this.renderer.createElement(parentRenderNode,'div',(null as any));
this.renderer.setElementAttribute(this._el_1,'class','modal-body');
this._text_2 = this.renderer.createText(this._el_1,'\n ',(null as any));
this.renderer.projectNodes(this._el_1,import4.flattenNestedViewRenderNodes(this.projectableNodes[0]));
this._text_3 = this.renderer.createText(this._el_1,'\n ',(null as any));
this._text_4 = this.renderer.createText(parentRenderNode,'\n ',(null as any));
this.init([],[
this._text_0,
this._el_1,
this._text_2,
this._text_3,
this._text_4
]
,[],[]);
return (null as any);
}