Skip to content

SridharSathaSivam/ej2-global

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EJ2 Global Demo

Installing Package

npm install or npm i

Using EJ2 Global Module

All modules are registered under the ej namespace with the name of <moduleName>. You can access through ej name space.

The following example is to render the button component using the global file.

var button1 = new ej.buttons.Button({
    isPrimary: true
});
button1.appendTo('#button');

Running Application

npm start

Releases

No releases published

Packages

No packages published