UNPKG

734 BJavaScriptView Raw
1System.register(['./in-memory-backend.service', './http-status-codes'], function(exports_1, context_1) {
2 "use strict";
3 var __moduleName = context_1 && context_1.id;
4 function exportStar_1(m) {
5 var exports = {};
6 for(var n in m) {
7 if (n !== "default") exports[n] = m[n];
8 }
9 exports_1(exports);
10 }
11 return {
12 setters:[
13 function (in_memory_backend_service_1_1) {
14 exportStar_1(in_memory_backend_service_1_1);
15 },
16 function (http_status_codes_1_1) {
17 exportStar_1(http_status_codes_1_1);
18 }],
19 execute: function() {
20 }
21 }
22});
23//# sourceMappingURL=core.js.map
\No newline at end of file