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

Method _checkForErrors

packages/forms/src/directives/ng_model.ts:383–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381 }
382
383 private _checkForErrors(): void {
384 if ((typeof ngDevMode === 'undefined' || ngDevMode) && !this._isStandalone()) {
385 checkParentType(this._parent);
386 }
387 this._checkName();
388 }
389
390 private _checkName(): void {
391 if (this.options && this.options.name) this.name = this.options.name;

Callers 1

ngOnChangesMethod · 0.95

Calls 3

_isStandaloneMethod · 0.95
_checkNameMethod · 0.95
checkParentTypeFunction · 0.70

Tested by

no test coverage detected