MCPcopy 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

ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
unregisterServiceWorkersFunction · 0.80

Calls 2

updateMethod · 0.65
deleteMethod · 0.65

Tested by 1

ngOnDestroyMethod · 0.64