UNPKG

symphony-integration-commons

Version:

Common components for 3rd party developers build the user facing application for Symphony Integrations.

11 lines (9 loc) 395 B
import 'babel-polyfill'; import { register } from 'symphony-integration-commons'; import config from './config.service'; /* * register invokes the register function from App-Commons module * @param SYMPHONY Global SYMPHONY object * @param appTitle The app title should appear in the title bar */ register(SYMPHONY, config.appTitle);