ngx-mat-lib
Version:
A bunch of utilities and components to use in your Angular 7+ apps!
12 lines (11 loc) • 441 B
TypeScript
import { ModuleWithProviders } from "@angular/core";
export * from "./xmat-date-locale.service";
export * from "./xmat-constants.service";
export * from "./xmat-functions.service";
export * from "./xmat-mock.service";
export * from "./xmat-mocks-list.service";
export * from "./xmat-rest.service";
export * from "./xmat-shared-data.service";
export declare class XmatFunctionsModule {
static forRoot(): ModuleWithProviders;
}