inet-ui
Version:
iNet Angular UI === [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][downloads-url]
16 lines (15 loc) • 648 B
TypeScript
import { HttpClientService } from 'inet-core';
import { Observable } from "rxjs";
import * as i0 from "@angular/core";
export declare class NotifyMessageService {
private http;
private url;
constructor(http: HttpClientService);
getMessages(params?: any): Observable<any>;
count(params?: any): Promise<number>;
clearAll(params?: any): Observable<any>;
loadNotify(app: string, activityId: string): Observable<any>;
clearByActivityId(activityId: string): Observable<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<NotifyMessageService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NotifyMessageService>;
}