Open CNSKnight opened 7 years ago
@CNSKnight check out the examples on how to open modals. I think this one suits what you're looking for: https://github.com/InfomediaLtd/angular2-materialize/blob/master/app/components/dialogs.ts#L10
Angular uses your href and thinks it's a route change, so try to avoid that if you don't have a myModaTarget route.
The trigger anchor looks like this:
I had this working in a System.js stack, but no-go here. If anyone has an insight, thanks in advance.