UNPKG

@biesbjerg/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

5 lines (4 loc) 187 B
import { TranslationCollection } from '../utils/translation.collection'; export interface ParserInterface { extract(source: string, filePath: string): TranslationCollection | null; }