UNPKG

@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

86 lines (44 loc) 2.56 kB
[**@rxap/ngx-changelog v19.0.4**](../README.md) *** [@rxap/ngx-changelog](../globals.md) / ChangelogDialogComponent # Class: ChangelogDialogComponent Defined in: [changelog/src/lib/changelog-dialog/changelog-dialog.component.ts:19](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog-dialog/changelog-dialog.component.ts#L19) ## Implements - `AfterViewInit` ## Constructors ### new ChangelogDialogComponent() > **new ChangelogDialogComponent**(): [`ChangelogDialogComponent`](ChangelogDialogComponent.md) #### Returns [`ChangelogDialogComponent`](ChangelogDialogComponent.md) ## Properties ### closeDialog > **closeDialog**: `EventEmitter`\<`boolean`\> Defined in: [changelog/src/lib/changelog-dialog/changelog-dialog.component.ts:25](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog-dialog/changelog-dialog.component.ts#L25) *** ### dialog > **dialog**: `ElementRef`\<`HTMLDialogElement`\> Defined in: [changelog/src/lib/changelog-dialog/changelog-dialog.component.ts:22](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog-dialog/changelog-dialog.component.ts#L22) *** ### remember > **remember**: `boolean` = `true` Defined in: [changelog/src/lib/changelog-dialog/changelog-dialog.component.ts:27](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog-dialog/changelog-dialog.component.ts#L27) ## Methods ### close() > **close**(`remember`): `void` Defined in: [changelog/src/lib/changelog-dialog/changelog-dialog.component.ts:33](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog-dialog/changelog-dialog.component.ts#L33) #### Parameters ##### remember `boolean` = `...` #### Returns `void` *** ### ngAfterViewInit() > **ngAfterViewInit**(): `void` Defined in: [changelog/src/lib/changelog-dialog/changelog-dialog.component.ts:29](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog-dialog/changelog-dialog.component.ts#L29) A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated. #### Returns `void` #### Implementation of `AfterViewInit.ngAfterViewInit`