UNPKG

webpack-angular-translate

Version:

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

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