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

Method componentCreate

packages/core/src/application/tracing.ts:73–73  ·  view source on GitHub ↗

* Trace the creation of a component instance. * @param className Name of the component. May be null if the class is anonymous. * @param fn Function that creates the component instance.

(className: string | null, fn: () => T)

Source from the content-addressed store, hash-verified

71 * @param fn Function that creates the component instance.
72 */
73 componentCreate?<T>(className: string | null, fn: () => T): T;
74}

Callers 2

createMethod · 0.80
ɵɵelementStartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected