-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path3.chunk.js
74 lines (53 loc) · 2.79 KB
/
3.chunk.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
webpackJsonp([3],{
/***/ 222:
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_tslib__ = __webpack_require__(0);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(16);
var C5Component = /** @class */ (function () {
function C5Component() {
}
C5Component = __WEBPACK_IMPORTED_MODULE_0_tslib__["b" /* __decorate */]([
Object(__WEBPACK_IMPORTED_MODULE_1__angular_core__["n" /* Component */])({
selector: 'c5-component',
template: "\n <div class=\"addMargin\">\n <div><strong>C5 Works!</strong></div>\n <div>This sub component was loaded dynamically...</div> <br>\n <a [routerLink]='[\"/c3\"]'><button class=\"btn btn-info\" > Go to C3</button></a>\n </div>\n "
})
], C5Component);
return C5Component;
}());
/* harmony default export */ __webpack_exports__["a"] = (C5Component);
/***/ }),
/***/ 228:
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_tslib__ = __webpack_require__(0);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(16);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__c5_routing_module__ = __webpack_require__(229);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__c5_component__ = __webpack_require__(222);
var C5Module = /** @class */ (function () {
function C5Module() {
}
C5Module.routes = __WEBPACK_IMPORTED_MODULE_2__c5_routing_module__["a" /* routes */];
C5Module = __WEBPACK_IMPORTED_MODULE_0_tslib__["b" /* __decorate */]([
Object(__WEBPACK_IMPORTED_MODULE_1__angular_core__["I" /* NgModule */])({
declarations: [__WEBPACK_IMPORTED_MODULE_3__c5_component__["a" /* default */]],
imports: [__WEBPACK_IMPORTED_MODULE_2__c5_routing_module__["a" /* routes */]]
})
], C5Module);
return C5Module;
}());
/* harmony default export */ __webpack_exports__["default"] = (C5Module);
/***/ }),
/***/ 229:
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return routes; });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_router__ = __webpack_require__(56);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__c5_component__ = __webpack_require__(222);
var c5Routes = [
{ path: '', component: __WEBPACK_IMPORTED_MODULE_1__c5_component__["a" /* default */], pathMatch: 'full' }
];
var routes = __WEBPACK_IMPORTED_MODULE_0__angular_router__["a" /* RouterModule */].forChild(c5Routes);
/***/ })
});