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

Method constructor

packages/core/test/acceptance/component_spec.ts:938–940  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

936 input = input.required<number>({debugName: 'input'});
937
938 constructor() {
939 this.input();
940 }
941 }
942
943 @Component({

Callers

nothing calls this directly

Calls 1

inputMethod · 0.80

Tested by

no test coverage detected