ngOnDestroy method
Executed before the directive is removed from the DOM and destroyed.
See OnDestroy
for a full description.
Implementation
@override
ngOnDestroy() {
//_element = null;
_popupSource = null;
_referenceDirective = null;
_focusable = null;
}