Function: useRemove()
useRemove(
target):void
Defined in: src/infrastructure/dom/dom.service.ts:449
Removes the target element from the DOM.
Parameters
target
string | Element
A CSS selector string or an Element instance.
Returns
void
Example
useRemove(".modal-overlay");