mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Minor code tweaks
This commit is contained in:
@@ -4,5 +4,5 @@ jspm_packages
|
|||||||
.idea
|
.idea
|
||||||
lib
|
lib
|
||||||
build
|
build
|
||||||
src/**/**.js
|
*.js
|
||||||
src/**/*.js.map
|
*.js.map
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
System.register(['./src/HelloWorld'], function(exports_1, context_1) {
|
|
||||||
"use strict";
|
|
||||||
var __moduleName = context_1 && context_1.id;
|
|
||||||
var HelloWorld_1;
|
|
||||||
function exportStar_1(m) {
|
|
||||||
var exports = {};
|
|
||||||
for(var n in m) {
|
|
||||||
if (n !== "default") exports[n] = m[n];
|
|
||||||
}
|
|
||||||
exports_1(exports);
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
setters:[
|
|
||||||
function (HelloWorld_1_1) {
|
|
||||||
HelloWorld_1 = HelloWorld_1_1;
|
|
||||||
exportStar_1(HelloWorld_1_1);
|
|
||||||
}],
|
|
||||||
execute: function() {
|
|
||||||
exports_1("default",{
|
|
||||||
directives: [HelloWorld_1.HelloWorld]
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
//# sourceMappingURL=components.js.map
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"components.js","sourceRoot":"","sources":["components.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;YAGA,oBAAe;gBACX,UAAU,EAAE,CAAC,uBAAU,CAAC;aAC3B,EAAA"}
|
|
||||||
Reference in New Issue
Block a user