@rxap/layout
Version:
This library provides a set of Angular components and services for creating consistent and configurable application layouts, including headers, footers, side navigation, and content areas. It offers features such as dynamic navigation, external applicatio
9 lines (8 loc) • 467 B
TypeScript
import { Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class NavigationProgressBarComponent {
readonly router: Router;
readonly navigating: import("@angular/core").Signal<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationProgressBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationProgressBarComponent, "rxap-navigation-progress-bar", never, {}, {}, never, never, true, never>;
}