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

Method prop

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

Source from the content-addressed store, hash-verified

3132
3133 @Input()
3134 set prop(value: string) {
3135 this._prop = value;
3136 if (this.child && value === 'go') {
3137 this.child.instance.readyHost = true;
3138 this.child.instance.readyTpl = true;
3139 this.child.changeDetectorRef.detectChanges();
3140 }
3141 }
3142
3143 get prop() {
3144 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