MCPcopy Index your code
hub / github.com/angular/angular / constructor

Method constructor

packages/core/test/linker/integration_spec.ts:2546–2551  ·  view source on GitHub ↗
(
    private tplRef: TemplateRef<any>,
    private vcRef: ViewContainerRef,
  )

Source from the content-addressed store, hash-verified

2544})
2545class NoContext {
2546 constructor(
2547 private tplRef: TemplateRef<any>,
2548 private vcRef: ViewContainerRef,
2549 ) {
2550 this.vcRef.createEmbeddedView(this.tplRef);
2551 }
2552}
2553
2554@Pipe({

Callers

nothing calls this directly

Calls 1

createEmbeddedViewMethod · 0.65

Tested by

no test coverage detected