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

Method _checkForErrors

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

Source from the content-addressed store, hash-verified

408 }
409
410 private _checkForErrors(): void {
411 if ((typeof ngDevMode === 'undefined' || ngDevMode) && !this._isStandalone()) {
412 checkParentType(this._parent);
413 }
414 this._checkName();
415 }
416
417 private _checkName(): void {
418 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