Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Wasm in Angular? #9

Open
nandhu opened this issue Apr 21, 2023 · 1 comment
Open

.NET Wasm in Angular? #9

nandhu opened this issue Apr 21, 2023 · 1 comment

Comments

@nandhu
Copy link

nandhu commented Apr 21, 2023

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.

@maraf
Copy link
Owner

maraf commented Apr 21, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants