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

Method enterView

packages/core/test/render3/view_fixture.ts:209–211  ·  view source on GitHub ↗

* If you use `ViewFixture` and `enter()`, please add `afterEach(ViewFixture.cleanup);` to ensure * that he global `LFrame` stack gets cleaned up between the tests.

()

Source from the content-addressed store, hash-verified

207 * that he global `LFrame` stack gets cleaned up between the tests.
208 */
209 enterView() {
210 enterView(this.lView);
211 }
212
213 leaveView() {
214 leaveView();

Callers 4

applyMethod · 0.95
getOpCodesFunction · 0.95
toT18nFunction · 0.80
i18n_spec.tsFile · 0.80

Calls 1

enterViewFunction · 0.90

Tested by

no test coverage detected