@totvs-agro/t-notification
Version:
Componente Totvs para notificações
8 lines (7 loc) • 355 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
import { HttpClient } from '@angular/common/http';
export declare function createTranslateLoader(http: HttpClient): TranslateHttpLoader;
export declare class TotvsNotificationModule {
static forRoot(): ModuleWithProviders;
}