Getting started with Aurelia Dialog
Firstly in your project folder make sure Aurelia dialog has been installed: Also see this following link on how to get started in creating, building, running etc a new Aurelia project: https://www.technical-recipes.com/2019/getting-started-with-aurelia-js-part-2/ In your src folder create the following files as a bare minimum dialog example: dialog.html dialog.ts In this example we create the dialog …