@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
9 lines (8 loc) • 567 B
TypeScript
import { OpenApiRemoteMethod } from '@rxap/open-api/remote-method';
import { ChangelogControllerListResponse } from '../responses/changelog-controller-list.response';
import * as i0 from "@angular/core";
export declare class ChangelogControllerListRemoteMethod extends OpenApiRemoteMethod<ChangelogControllerListResponse, void, void> {
call(): Promise<ChangelogControllerListResponse>;
static ɵfac: i0.ɵɵFactoryDeclaration<ChangelogControllerListRemoteMethod, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ChangelogControllerListRemoteMethod>;
}