1 | import { Options as HTMLMinifierOptions } from 'html-minifier';
|
2 | export 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 |