# Direct load aurelia app in angular

**URL:** https://discourse.aurelia.io/t/direct-load-aurelia-app-in-angular/6450
**Category:** Uncategorized
**Created:** [May 26, 2025, 1:50pm UTC](https://discourse.aurelia.io/t/direct-load-aurelia-app-in-angular/6450 "2025-05-26T13:50:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AsadKhan](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@AsadKhan](https://discourse.aurelia.io/u/AsadKhan)
#### Post date: [May 26, 2025, 1:50pm UTC](https://discourse.aurelia.io/t/direct-load-aurelia-app-in-angular/6450/1 "2025-05-26T13:50:44Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Sayan751](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/sayan751/32/1861_2.png) [@Sayan751](https://discourse.aurelia.io/u/Sayan751)
#### Post date: [June 9, 2025, 7:20am UTC](https://discourse.aurelia.io/t/direct-load-aurelia-app-in-angular/6450/2 "2025-06-09T07:20:28Z")

</div>

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](https://docs.aurelia.io/getting-to-know-aurelia/app-configuration-and-startup)
- Enhance: hydrate existing DOM nodes: [Enhance | The Aurelia 2 Docs](https://docs.aurelia.io/getting-to-know-aurelia/enhance)
- Synthetic views: create dynamic DOM nodes and hydrate: [Synthetic view | The Aurelia 2 Docs](https://docs.aurelia.io/tutorials/synthetic-view)

Depending on your use-case, you can choose one or more of those approaches.
