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

Method _clearViews

packages/common/src/directives/ng_plural.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 private _clearViews() {
73 if (this._activeView) this._activeView.destroy();
74 }
75
76 private _activateView(view: SwitchView) {
77 if (view) {

Callers 1

_updateViewMethod · 0.95

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected