c7b3d8c3f7 | ||
---|---|---|
config | ||
force-app-1/main/default | ||
force-app-2/main/default | ||
force-app-3/main/default | ||
force-di/main/default | ||
force-di-trigger-demo/main/default/classes | ||
.execanon | ||
.forceignore | ||
.gitignore | ||
LICENSE | ||
README.md | ||
sfdx-project.json |
README.md
Force DI
WIP: Generic DI library with support for injecting Apex, Visualforce and Lightning code at runtime. Blog coming soon!
Folder | Description |
---|---|
force-di | Core library, contains Injector Apex API and <c:injector> VF and Lightning Components |
force-app-1 | Sample application using the API and Components to inject Apex, VF and Lightning at runtime |
force-app-2 | Sample package providing impls for various bindings above |
force-app-3 | Sample package providing impls for various bindings above |
force-di-trigger-demo | Sample basic trigger framework leveraging the API |