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) 94 B
export interface ChangelogDto { general: Array<string>; application: Array<string>; }