(function() { "use strict"; angular .module("app") .constant("appConstant.person", { // Declare a main user types inside application. "ROLE": { "USER": "user", "ADMIN": "admin" } }); })();