How to use @syncfusion/ej2-base - 1 common examples

To help you get started, we’ve selected a few @syncfusion/ej2-base examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github zhangzihan / nactivity / BpmnEditor / src / main.ts View on Github external
import { LoginUser } from "./model/loginuser";
import 'jquery';
import 'jquery-ui';

import {Aurelia} from 'aurelia-framework'
import * as environment from '../config/environment.json';
import {PLATFORM} from 'aurelia-pal';



import { enableRipple } from '@syncfusion/ej2-base';
enableRipple(true);

import { EventBus } from "model/EventBus";

export function configure(aurelia: Aurelia) {
  aurelia.use
    .standardConfiguration()
    .feature(PLATFORM.moduleName('resources/index'))
    .plugin(PLATFORM.moduleName('aurelia-dialog'));

  aurelia.use.developmentLogging(environment.debug ? 'debug' : 'warn');

  if (environment.testing) {
    aurelia.use.plugin(PLATFORM.moduleName('aurelia-testing'));
  }
  
  aurelia.container.registerSingleton('eventBus', EventBus);

@syncfusion/ej2-base

A common package of Essential JS 2 base libraries, methods and class definitions

SEE LICENSE IN license
Latest version published 2 months ago

Package Health Score

84 / 100
Full package analysis

Popular @syncfusion/ej2-base functions