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

Method prop

packages/core/test/acceptance/styling_spec.ts:2871–2878  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

2869
2870 @Input()
2871 set prop(value: string) {
2872 this._prop = value;
2873 if (this.child && value === 'go') {
2874 this.child.instance.readyHost = true;
2875 this.child.instance.readyTpl = true;
2876 this.child.changeDetectorRef.detectChanges();
2877 }
2878 }
2879
2880 get prop() {
2881 return this._prop;

Callers 15

delegateToFactoryFunction · 0.45
createFactoryFunctionFunction · 0.45
setMethod · 0.45
compileHmrInitializerFunction · 0.45
compileHmrUpdateCallbackFunction · 0.45
compileDeclarationListFunction · 0.45

Calls 1

detectChangesMethod · 0.45

Tested by

no test coverage detected