MCPcopy
hub / github.com/angular/angular / constructor

Method constructor

packages/platform-server/test/integration_spec.ts:976–980  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

974 @Component({standalone: s, selector: 'app', template: ''})
975 class CircularApp {
976 constructor() {
977 const circular: Record<string, unknown> = {};
978 circular['self'] = circular;
979 coreInject(TransferState).set(makeStateKey<unknown>('key'), circular);
980 }
981 }
982 return CircularApp;
983 }

Callers

nothing calls this directly

Calls 2

makeStateKeyFunction · 0.90
setMethod · 0.65

Tested by

no test coverage detected