Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

event not being called... #46

Open
born2net opened this issue Jan 10, 2020 · 1 comment
Open

event not being called... #46

born2net opened this issue Jan 10, 2020 · 1 comment

Comments

@born2net
Copy link

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
Copy link
Author

also I noticed no thrown error of onDestroy is not implemented as it should

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant