aurelia/framework
GitHub で見るIs there a way to destroy aurelia manually? force it to trigger detached() in all components
Open
#714 opened on 2017年2月12日
enhancementhelp wantedquestion
Repository metrics
- Stars
- (11,747 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
I manually deleted the root tag "" by manipulating DOM directly, but found no detached() called in my custom-element.
I wonder if there is a way to destroy aurelia manually? for example, a api like aurelia.destroy() which will trigger detached() to be called in all components.