UNPKG

webpack-angular-translate

Version:

Webpack plugin that extracts the translation-ids with the default texts.

11 lines (10 loc) 323 B
var Test = (function () { function Test($translate) { this.$translate = $translate; this.$translate.instant("FIRST_TRANSLATION"); $translate.instant("SECOND_TRANSLATION"); let skipTranslate = $translate; skipTranslate.instant("SKIPPED_TRANSLATION"); } return Test; })();