AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.73k stars 967 forks source link

Add BlazorInAngularDemo #546

Closed Xenoage closed 2 years ago

Xenoage commented 2 years ago

Although Blazor is a great choice for creating web frontends, abolishing an existing Angular app and starting from scratch is often no option. This project demonstrates, how Blazor components can be integrated in an existing Angular project, making it possible to migrate step by step. The project is built by github CI/CD and deployed on github pages to provide a working demo.

chihabhajji commented 2 years ago

i was wondering if this is actually feasible! thank you!