Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is used for configuration and injection of the components

Table of Contents
stylenone

Example

Code Block
languagetypescript
window.Ambita.mFlex.init({
  environment: 'test',
  token: tokenObject,
  reference: '123456789',
  technicalReference: '123456789',
  externalDepartmentId: 1234,
});

...