Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
2 answers
207 views

Call Injected AngularJs Service In Controller From Blazor Within CustomElement/WebComponent

I am using the new feature in Blazor WASM to create a custom element and I am rendering it within an AngularJs app var builder = WebAssemblyHostBuilder.CreateDefault(args); builder.RootComponents....
YodasMyDad's user avatar
  • 9,447
3 votes
1 answer
817 views

Load AngularJS page/controller inside a Blazor Razor Page

My team has a nice-sized AngularJS app that we would like to modernize using Blazor webassembly, and I had assumed that there should be no problem loading a AngularJS controller and page if all the ...
ExcaliburVT's user avatar
1 vote
1 answer
127 views

Blazor in Angular like selecting content

Angular Example profile-contact.component.html <!-- Media --> <gx-media-icon-card class="mb-5" label="Mail"> <gx-icon name="mail" size="xl" class="mr-5" icon></gx-icon> ...
Burak Akça's user avatar
-1 votes
1 answer
554 views

Is Blazor a library like React or a framework like Angular?

Is it possible to get the freedom React gives us to choose our own libraries for each functionality, or do we have follow patterns specified by Blazor ? If not, is it possible to develop a React like ...
Ivan Biji's user avatar
  • 148