Tom Aalbers
Tom Aalbers

Reputation: 4914

Aurelia Dialog not working when creating a custom aurelia plugin

I can’t get the aurelia dialog plugin to work properly in my custom aurelia plugin. The idea is to use my custom aurelia plugin for common modals that I can re-use for different aurelia projects.

I have setup a mininmal plugin project that gives me errors when opening a modal. See the screenshot below for the errors that you can reproduce in the example project when clicking the button (note: the second console error is delayed a bit when clicking the button).

enter image description here

Also when I make changes to a typescript file that is located in the dev-app, and save the changes, I get a typescript error in my console which I don’t understand and don’t know how to solve.

enter image description here

Appreciate any help!

Upvotes: 1

Views: 145

Answers (0)

Related Questions