UNPKG

webpack-angular-translate

Version:

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

7 lines 181 B
var Test = (function () { function Test($translate, $http) { this.$translate = $translate; this.$translate(["FIRST_PAGE", "Next" ]); } return Test; })();