How to use DialogService in class library project in blazor component ? Because there is no Startup.cs or Program.cs file in class library project.
Hi @bikash_paudyal,
The DialogService should be registered in the application which consumes the class library.