Generic DI library with support for Apex, Triggers, Visualforce and Lightning
Перейти к файлу
Andrew Fawcett c7b3d8c3f7 Added copyright header 2018-07-08 19:13:38 -07:00
config Initial commit 2018-07-06 07:56:24 -07:00
force-app-1/main/default Refined and aligned VF and VC Injector API's 2018-07-08 17:50:54 -07:00
force-app-2/main/default Split out prior trigger DI bias into a sample and added multi-binding support 2018-07-08 17:15:49 -07:00
force-app-3/main/default Refined and aligned VF and VC Injector API's 2018-07-08 17:50:54 -07:00
force-di/main/default Added copyright header 2018-07-08 19:13:38 -07:00
force-di-trigger-demo/main/default/classes Tweaked the Binding API to better align with the underlying MDT field names 2018-07-08 18:03:16 -07:00
.execanon Added VF Binding support and example 2018-07-07 23:43:33 -07:00
.forceignore My work on the Lightning component injector 2018-07-07 14:23:34 -07:00
.gitignore Initial commit 2018-07-06 07:56:24 -07:00
LICENSE Added license 2018-07-08 19:06:23 -07:00
README.md Fixed typo in README 2018-07-08 18:57:06 -07:00
sfdx-project.json Split out prior trigger DI bias into a sample and added multi-binding support 2018-07-08 17:15:49 -07:00

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