@Ptaszek wrote:
Hello everyone,
I’m kinda new in Angular and ionic 4 and have propably a small problem, i want to detect event fire on menu open and close.
On ionic documentation i found this events:
ionDidClose
ionDidOpenBut how to use that?
I already tryied to run it like that: (ionOpen)=“menuOpened()” (ionClose)=“menuClosed()” and inside app.component.ts i add this 2 functions with console.logs under constructor, but nothing happend when i open and close menu.
Posts: 1
Participants: 1