Open rockomatthews opened 7 years ago
Not sure what you meant. Are you trying to programmatically open a modal? Here's an example: https://github.com/InfomediaLtd/angular2-materialize/issues/347#issuecomment-323516845 (calling openModal1 will open the modal)
I am trying to use the example of opening a modal found in the npm instructions and can get the modal to work fine as exemplified but am having trouble figuring out how to make it load upon coming from the component the user is in beforehand. Basically I want my new user hat just registered to receive a modal "popup" when hitting the next route of when the next component is opened. Thanks in advance!