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

Method _addDefault

packages/common/src/directives/ng_switch.ts:143–145  ·  view source on GitHub ↗

@internal

(view: SwitchView)

Source from the content-addressed store, hash-verified

141
142 /** @internal */
143 _addDefault(view: SwitchView) {
144 this._defaultViews.push(view);
145 }
146
147 /** @internal */
148 _matchCase(value: any): boolean {

Callers 1

constructorMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected