UNPKG

@porscheinformatik/clr-addons

Version:
10 lines (9 loc) 388 B
import { Location } from '@angular/common'; import * as i0 from "@angular/core"; export declare class ClrBackButton { private location; constructor(location: Location); back(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ClrBackButton, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ClrBackButton, "clr-back-button", never, {}, {}, never, never, false, never>; }