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

Method _isStandalone

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

Source from the content-addressed store, hash-verified

379 }
380
381 private _isStandalone(): boolean {
382 return !this._parent || !!(this.options && this.options.standalone);
383 }
384
385 private _setUpStandalone(): void {
386 if (!this.isCustomControlBased) {

Callers 3

_setUpControlMethod · 0.95
_checkForErrorsMethod · 0.95
_checkNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected