UNPKG

webpack-angular-translate

Version:

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

9 lines (8 loc) 243 B
var Test = (function () { function Test($translate, $http) { this.$translate = $translate; this.$translate("Next", null, null, "Weiter"); this.$translate("Next", null, null, "Missing"); } return Test; })();