ngOnDestroy method
Executed before the directive is removed from the DOM and destroyed.
See OnDestroy
for a full description.
Implementation
@override
void ngOnDestroy() {
super.ngOnDestroy();
inputEl = null;
popupSourceEl = null;
}
Executed before the directive is removed from the DOM and destroyed.
See OnDestroy
for a full description.
@override
void ngOnDestroy() {
super.ngOnDestroy();
inputEl = null;
popupSourceEl = null;
}