ack-angular
Version:
Extra special directives, components, providers and pipes to aide in tackling everyday interface development needs in Angular2
16 lines (15 loc) • 884 B
TypeScript
export { HtmlSizeService } from "./directives/HtmlSizeWatcher";
import { HtmlSizeService } from "./directives/HtmlSizeWatcher";
export { Log } from "./providers/Log";
import { Log } from "./providers/Log";
export { AckApp } from "./providers/AckApp.provider";
import { AckApp } from "./providers/AckApp.provider";
export { Prompts } from "./providers/Prompts";
import { Prompts } from "./providers/Prompts";
export { ErrorLog } from "./providers/ErrorLog";
export { UrlVars } from "./providers/UrlVars";
import { UrlVars } from "./providers/UrlVars";
export { WindowService } from "./providers/WindowService";
export { DocumentService } from "./providers/DocumentService";
import { DocumentService } from "./providers/DocumentService";
export declare const providers: (typeof HtmlSizeService | typeof Log | typeof Prompts | typeof AckApp | typeof UrlVars | typeof DocumentService)[];