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

10 lines (9 loc) 864 B
import { OpenApiRemoteMethod, OpenApiRemoteMethodParameter } from '@rxap/open-api/remote-method'; import { ChangelogControllerGetLatestParameter } from '../parameters/changelog-controller-get-latest.parameter'; import { ChangelogControllerGetLatestResponse } from '../responses/changelog-controller-get-latest.response'; import * as i0 from "@angular/core"; export declare class ChangelogControllerGetLatestRemoteMethod extends OpenApiRemoteMethod<ChangelogControllerGetLatestResponse, ChangelogControllerGetLatestParameter, void> { call(parameters: OpenApiRemoteMethodParameter<ChangelogControllerGetLatestParameter, void>): Promise<ChangelogControllerGetLatestResponse>; static ɵfac: i0.ɵɵFactoryDeclaration<ChangelogControllerGetLatestRemoteMethod, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ChangelogControllerGetLatestRemoteMethod>; }