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 package also includes features to remember the last viewed version and disable the changelog display.
Add the package to your workspace:
yarn add @rxap/ngx-changelog
Install peer dependencies:
yarn add @angular/common @angular/core @angular/forms @rxap/directives @rxap/environment @rxap/open-api ngx-markdown rxjs
Execute the init generator:
yarn nx g @rxap/ngx-changelog:init
Initialize the package in the workspace
nx g @rxap/ngx-changelog:init