vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

Cannot provide a value for property 'ModalService' on type 'BlazorBootstrap.Modal #838

Closed CoderRamon closed 1 month ago

CoderRamon commented 1 month ago

https://demos.blazorbootstrap.com/modals This is the example I followed and created a component and a page. But when I run it it throws error "InvalidOperationException: Cannot provide a value for property 'ModalService' on type 'BlazorBootstrap.Modal'. There is no registered service of type 'BlazorBootstrap.ModalService'." image

I am only following Modal example, why it is throwing ModalService error?

CoderRamon commented 1 month ago

Pls ignore I was able to figure this out. image