当前位置: 首页>>代码示例>>TypeScript>>正文


TypeScript view_utils.flattenNestedViewRenderNodes函数代码示例

本文整理汇总了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);
 }
开发者ID:lovae123,项目名称:one,代码行数:29,代码来源:modal.ngfactory.ts

示例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);
 }
开发者ID:mon0051,项目名称:forefront,代码行数:27,代码来源:widget.ngfactory.ts

示例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);
 }
开发者ID:cis255,项目名称:cis255,代码行数:7,代码来源:angular_jqxbargauge.ngfactory.ts

示例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);
 }
开发者ID:lovae123,项目名称:one,代码行数:19,代码来源:modal-body.ngfactory.ts


注:本文中的@angular/core/src/linker/view_utils.flattenNestedViewRenderNodes函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。