dotnet-wasm-react icon indicating copy to clipboard operation
dotnet-wasm-react copied to clipboard

.NET Wasm in Angular?

Open nandhu opened this issue 2 years ago • 1 comments

Congratulations on successfully implementing .NET WebAssembly (Wasm) with React! I'd like to express my appreciation for your accomplishment. I'm also interested in achieving the same integration with Angular. Can you provide guidance on how to do it and whether it is supported?

While attempting to implement .NET WebAssembly (Wasm) in Angular, I encountered an npm package compilation error during the application build. After making some configuration changes, I was able to resolve the issue and the wasm part is now functioning correctly (able to call the .NET assembly and print messages in the console). However, I'm facing an issue where the Angular component is not being rendered as expected.

nandhu avatar Apr 21 '23 04:04 nandhu

Thanks for kind words!

There isn't a fundamental reason why it should not work with Angular. The challenges are similar to those with react.

What is the problem with rendering angular component?

maraf avatar Apr 21 '23 12:04 maraf