Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ _activateView
Method
_activateView
packages/common/src/directives/ng_plural.ts:76–81 ·
view source on GitHub ↗
(view: SwitchView)
Source
from the content-addressed store, hash-verified
74
}
75
76
private _activateView(view: SwitchView) {
77
if
(view) {
78
this._activeView = view;
79
this._activeView.create();
80
}
81
}
82
}
83
84
/**
Callers
1
_updateView
Method · 0.95
Calls
1
create
Method · 0.65
Tested by
no test coverage detected