Skip to main content
When you use msm-components, a small set of client-side helpers is already available. Important behavior:
  • The library creates the built-in browser client instance internally (via Constants.js), so you don’t need to initialize MSM2.App yourself.
  • The global MSM2 namespace still must be available in the browser before msm-components is loaded.

Services

Choose a helper:

Constants

Access the built-in client instance and core helpers (AuthHelper, HtmlHelper, ScriptHelper).

Utils

Unified service calls, repository calls, bean updates, cookies, and common helpers.

TranslationManager

Translation helpers, lazy translation loading, and i18next integration.

RouteManager

Simple client-side routing helper.