You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: