Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ unregister
Method
unregister
src/aria/private/utils/collection.ts:38–44 ·
view source on GitHub ↗
(item: T)
Source
from the content-addressed store, hash-verified
36
}
37
38
unregister(item: T) {
39
this._items.update(set => {
40
const
newSet =
new
Set(set);
41
newSet.delete(item);
42
return
newSet;
43
});
44
}
45
46
startObserving(element: HTMLElement) {
47
if
(this._observer) {
Callers
11
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
ngOnDestroy
Method · 0.80
unregisterServiceWorkers
Function · 0.80
Calls
2
update
Method · 0.65
delete
Method · 0.65
Tested by
1
ngOnDestroy
Method · 0.64