bojankostic81

Results 4 comments of bojankostic81

Hi, Here is my component code: ``` @attribute [Authorize] @layout MainLayout @using System.Collections.ObjectModel @inherits MvvmComponentBase @if (@BindingContext.DataSource == null) { } else { } @code{ [CascadingParameter] Task authenticationState { get;...

I have added initialization in my component, like this: ``` @attribute [Authorize] @layout MainLayout @using System.Collections.ObjectModel @inherits MvvmComponentBase @if (@BindingContext.DataSource == null) { } else { } @code{ [CascadingParameter] Task...

Any info on this extension?

Hi, any news on this extension?