How do I detect angular material event completion?

Thare is a pair of md swipe events - top, down, left, right

. I can pass some method to them from my controller, but how do I detect when these events have finished ending? That is, I would like to show something to my mind while I am viewing my screen, when I stop doing this, I would like to hide it again. How to do it? thanks for the reference.

+3


source to share





All Articles