mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
[Framework] Expose angular
Expose angular as a dependency which can be included from AMD-style modules, utilizing the extensions to the framework layer added to support exposing libraries from bundles. WTD-568.
This commit is contained in:
parent
baca4ab4e6
commit
95e299622e
@ -1,5 +1,16 @@
|
||||
{
|
||||
"name": "Open MCT Web Framework Component",
|
||||
"description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.",
|
||||
"libraries": "lib",
|
||||
"configuration": {
|
||||
"paths": {
|
||||
"angular": "angular.min"
|
||||
},
|
||||
"shim": {
|
||||
"angular": {
|
||||
"exports": "angular"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensions": {}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user