UNPKG

ngx-translate-extract

Version:

Extract strings from projects using ngx-translate. Forked from biesbjerg/ngx-translate-extract

5 lines (4 loc) 183 B
export declare abstract class AbstractTemplateParser { protected _isAngularComponent(path: string): boolean; protected _extractInlineTemplate(contents: string): string; }