I peeped into materialize dropdown code
and in the service folder (ng2-dropdown-state.ts) I can see the use
of EventEmitter but in the component folder I can't see any unsubscribe on
the ngOnDestroy hook.
So I'm wondering if could be memory leak problem.
May be I'm wrong but I'd like to know is or not
in any part of the code there was a way to avoid the
memory leak problem.
Can someone explain me, please ?