├── README.md ├── example ├── BootstrapApp.app ├── BootstrapAppCmp.cmp ├── BootstrapAppCmpController.js ├── aotp_bootstrap.zip └── jquery.js ├── load.cmp ├── loadController.js └── staticResourcesLoaded.evt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/README.md -------------------------------------------------------------------------------- /example/BootstrapApp.app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/example/BootstrapApp.app -------------------------------------------------------------------------------- /example/BootstrapAppCmp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/example/BootstrapAppCmp.cmp -------------------------------------------------------------------------------- /example/BootstrapAppCmpController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/example/BootstrapAppCmpController.js -------------------------------------------------------------------------------- /example/aotp_bootstrap.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/example/aotp_bootstrap.zip -------------------------------------------------------------------------------- /example/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/example/jquery.js -------------------------------------------------------------------------------- /load.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/load.cmp -------------------------------------------------------------------------------- /loadController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/loadController.js -------------------------------------------------------------------------------- /staticResourcesLoaded.evt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajaraodv/loadcomponent/HEAD/staticResourcesLoaded.evt --------------------------------------------------------------------------------