mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
core library implementation; license fixes
- library with code/utils to be shared across other components or top level application; - moved MDL directive to core as an example - license fixes
This commit is contained in:
20
ng2-components/ng2-alfresco-core/material.js
Normal file
20
ng2-components/ng2-alfresco-core/material.js
Normal file
@@ -0,0 +1,20 @@
|
||||
System.register(['./material/MaterialDesignLiteUpgradeElement'], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
function exportStar_1(m) {
|
||||
var exports = {};
|
||||
for(var n in m) {
|
||||
if (n !== "default") exports[n] = m[n];
|
||||
}
|
||||
exports_1(exports);
|
||||
}
|
||||
return {
|
||||
setters:[
|
||||
function (MaterialDesignLiteUpgradeElement_1_1) {
|
||||
exportStar_1(MaterialDesignLiteUpgradeElement_1_1);
|
||||
}],
|
||||
execute: function() {
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=material.js.map
|
Reference in New Issue
Block a user