(refactor) remove extract marker function. will be published as a separate package at @biesbjerg/ngx-translate-extract-marker

This commit is contained in:
Kim Biesbjerg 2019-06-13 12:36:26 +02:00
parent e0178b5a97
commit c8ba1312b5

View File

@ -1,7 +1,3 @@
export function _(key: string | string[]): string | string[] {
return key;
}
/**
* Assumes file is an Angular component if type is javascript/typescript
*/