I have an aurelia application. I want to run it in mono repo enviroment. because I have 2 others app that are in agular. I have used module fedderation technique. I have loaded successfully but using angular based wrapper component that load aurelia app and then this wrapper component used in mono repo.
But I want to direct load aurelia app in angular
Hi, if you are still looking for a solution, you can have a look at the following documentations.
- Basic bootstrapping: App configuration and startup | The Aurelia 2 Docs
- Enhance: hydrate existing DOM nodes: Enhance | The Aurelia 2 Docs
- Synthetic views: create dynamic DOM nodes and hydrate: Synthetic view | The Aurelia 2 Docs
Depending on your use-case, you can choose one or more of those approaches.