Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ destroy
Method
destroy
packages/core/test/acceptance/view_ref_spec.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
destroy() {
52
(this.componentRef.hostView as InternalViewRef<unknown>).detachFromAppRef();
53
}
54
}
55
56
const
fixture = TestBed.createComponent(App);
Callers
nothing calls this directly
Calls
1
detachFromAppRef
Method · 0.80
Tested by
no test coverage detected