MCPcopy Create free account
hub / github.com/angular/angular / constructor

Method constructor

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

Source from the content-addressed store, hash-verified

2573})
2574class NoContext {
2575 constructor(
2576 private tplRef: TemplateRef<any>,
2577 private vcRef: ViewContainerRef,
2578 ) {
2579 this.vcRef.createEmbeddedView(this.tplRef);
2580 }
2581}
2582
2583@Pipe({

Callers

nothing calls this directly

Calls 1

createEmbeddedViewMethod · 0.65

Tested by

no test coverage detected