MenuClose
The menuClose
directive can be placed on any button to
automatically close an open menu.
Directive
selector: [menuClose]
Usage
<button menuClose>Close Menu</button>
To close a certain menu by its id or side, give the menuClose
directive a value.
<button menuClose="left">Close Left Menu</button>