@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
12 lines (11 loc) • 606 B
TypeScript
import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ChangelogDialogComponent implements AfterViewInit {
dialog: ElementRef<HTMLDialogElement>;
closeDialog: EventEmitter<boolean>;
remember: boolean;
ngAfterViewInit(): void;
close(remember?: boolean): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChangelogDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChangelogDialogComponent, "rxap-changelog-dialog", never, {}, { "closeDialog": "closeDialog"; }, never, never, true, never>;
}