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

Method constructor

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

Source from the content-addressed store, hash-verified

2579})
2580class NoContext {
2581 constructor(
2582 private tplRef: TemplateRef<any>,
2583 private vcRef: ViewContainerRef,
2584 ) {
2585 this.vcRef.createEmbeddedView(this.tplRef);
2586 }
2587}
2588
2589@Pipe({

Callers

nothing calls this directly

Calls 1

createEmbeddedViewMethod · 0.65

Tested by

no test coverage detected