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

Method _isStandalone

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

Source from the content-addressed store, hash-verified

352 }
353
354 private _isStandalone(): boolean {
355 return !this._parent || !!(this.options && this.options.standalone);
356 }
357
358 private _setUpStandalone(): void {
359 if (!this.isCustomControlBased) {

Callers 3

_setUpControlMethod · 0.95
_checkForErrorsMethod · 0.95
_checkNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected