event not being called...
born2net opened this issue · 1 comments
born2net commented
maybe missing something but set it as
@AutoUnsubscribe({event: 'bar'})
export class EntPrivilegesComponent implements OnDestroy, OnInit {
bar() {
alert(1);
}
but bar not being called on destroy.
am I missing something?
tx
Sean
born2net commented
also I noticed no thrown error of onDestroy is not implemented as it should