An interface which provides automatic removal during unloading of the component

interface IUnloadHook {
    rm: (() => void);
}

Hierarchy (view full)

Properties

Properties

rm: (() => void)

Self remove the referenced component