Class: App

App(containerId)

Class which is Entry point of the application

Constructor

new App(containerId)

Parameters:
Name Type Description
containerId String Id of the container whare app is created
Source:
Example
new App({containerId:"app"}).init();

Methods

init()

Initilize the application which check user login status and render view
Source: