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 …

Continue reading ‘Getting started with Aurelia Dialog’ »

Getting started with Aurelia routing in Visual Studio Code

Some instructions on how to get started with a very simple TypeScript-based example in a Visual Studio Code development environment. 1. Create a new Aurelia project If you’re unfamiliar with creating a new Aurelia project see this existing post for more instructions: https://www.technical-recipes.com/2019/getting-started-with-aurelia-in-visual-studio-code/ In the options presented during project creation I choose to use TypeScript. …

Continue reading ‘Getting started with Aurelia routing in Visual Studio Code’ »