I am using angular-cli
and mdbootstrap
The issue i have is trying to open the side nav $(".button-collapse").sideNav('show');
just aint working.
I tried the following
- Removed the
#
from the anchor tag declare var $:any
and added$(".button-collapse").sideNav('show');
in a public function- added an external file in the scripts of the angular-cli json
Any other ideas?