@rxap/ngx-changelog
Version:
This package provides Angular components and services to display changelogs within an application. It fetches changelog data from a remote source and presents it in a user-friendly dialog or component, allowing users to view updates and changes. The packa
15 lines (14 loc) • 631 B
TypeScript
import * as i0 from "@angular/core";
export declare const RXAP_CHANGELOG_LAST_VERSION = "RXAP_CHANGELOG_LAST_VERSION";
export declare const RXAP_CHANGELOG_DISABLED = "RXAP_CHANGELOG_DISABLED";
export declare class ChangelogService {
private readonly version;
private readonly applicationRef;
showChangelogDialog(): void;
get isDisabled(): boolean;
get lastVersion(): string | null;
set lastVersion(version: string | null);
showChangelogDialogIfNewVersion(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChangelogService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ChangelogService>;
}