openmct/platform/framework
Victor Woeltjen 650969d9c5 [Framework] Begin adding registration phase
Begin implementation registration phase of framework
layer initialization process. This phase is responsible
for registering resolved extensions with Angular, in a
manner than individual extensions can later request
dependencies from. WTD-518.
2014-11-03 13:29:59 -08:00
..
lib [Framework] Add Promise polyfill 2014-10-31 13:14:34 -07:00
src [Framework] Begin adding registration phase 2014-11-03 13:29:59 -08:00
test [Structure] Add comments to temporary files 2014-10-31 09:49:09 -07:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

Framework-level components for Open MCT Web. This is Angular and Require, with an extra layer to mediate between them and act as an extension mechanism to allow plug-ins to be introduced declaratively.