@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
84 lines (42 loc) • 2.07 kB
Markdown
[/ngx-changelog](../wiki/globals) / ChangelogService
# Class: ChangelogService
Defined in: [changelog/src/lib/changelog.service.ts:18](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog.service.ts#L18)
## Constructors
### new ChangelogService()
> **new ChangelogService**(): [`ChangelogService`](../wiki/Class.ChangelogService)
#### Returns
[`ChangelogService`](../wiki/Class.ChangelogService)
## Accessors
### isDisabled
#### Get Signature
> **get** **isDisabled**(): `boolean`
Defined in: [changelog/src/lib/changelog.service.ts:46](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog.service.ts#L46)
##### Returns
`boolean`
***
### lastVersion
#### Get Signature
> **get** **lastVersion**(): `null` \| `string`
Defined in: [changelog/src/lib/changelog.service.ts:50](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog.service.ts#L50)
##### Returns
`null` \| `string`
#### Set Signature
> **set** **lastVersion**(`version`): `void`
Defined in: [changelog/src/lib/changelog.service.ts:54](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog.service.ts#L54)
##### Parameters
###### version
`null` | `string`
##### Returns
`void`
## Methods
### showChangelogDialog()
> **showChangelogDialog**(): `void`
Defined in: [changelog/src/lib/changelog.service.ts:24](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog.service.ts#L24)
#### Returns
`void`
***
### showChangelogDialogIfNewVersion()
> **showChangelogDialogIfNewVersion**(): `void`
Defined in: [changelog/src/lib/changelog.service.ts:62](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/changelog/src/lib/changelog.service.ts#L62)
#### Returns
`void`