UNPKG

347 BTypeScriptView Raw
1import { Options as HTMLMinifierOptions } from 'html-minifier';
2export interface NgTemplatesOptions {
3 module: string;
4 path?: string | ((path: string, base: string) => string);
5 filename: string;
6 header: string;
7 footer: string;
8 standalone: boolean;
9 htmlMinifier: HTMLMinifierOptions;
10}
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file