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:
Example :yarn add @rxap/ngx-changelogInstall peer dependencies:
Example :yarn add @angular/common @angular/core @angular/forms @rxap/directives @rxap/environment @rxap/open-api ngx-markdown rxjs Execute the init generator:
Example :yarn nx g @rxap/ngx-changelog:initExample :Initialize the package in the workspace
nx g @rxap/ngx-changelog:init