All Downloads are FREE. Search and download functionalities are using the official Maven repository.

boot.cat-boot-i18n-angular.0.2.28.source-code.cat-boot-i18n.js Maven / Gradle / Ivy

define([
    'angular',
    './cat-boot-i18n/i18n-directive.js',
    './cat-boot-i18n/i18n-service.js'
], function (angular,
             i18nDirective,
             i18nServie) {
    'use strict';

    return angular
        .module('cb.i18n', [
            i18nDirective,
            i18nServie
        ])
        .name;
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy