// Would like to use <inheritdoc/> however DocFX cannot resolve to references outside Material.Blazor
        protected override async Task OnInitializedAsync()
        {
            await base.OnInitializedAsync();

            AnimatedNavigationService.RegisterNavigationComponent(this);
        }
Esempio n. 2
0
        // Would like to use <inheritdoc/> however DocFX cannot resolve to references outside Material.Blazor
        protected override void OnInitialized()
        {
            base.OnInitialized();

            AnimatedNavigationService.RegisterNavigationComponent(this);
        }