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

5 lines (4 loc) 106 B
export interface ChangelogControllerGetVersionParameter { version: string; application: string; }