-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathcomponents-syslog-syslog-module-es5.js.map
1 lines (1 loc) · 3.11 KB
/
components-syslog-syslog-module-es5.js.map
1
{"version":3,"sources":["webpack:///./src/feature/fc/fcsystem/components/syslog/syslog.component.html","webpack:///./src/feature/fc/fcsystem/components/syslog/syslog.component.ts","webpack:///./src/feature/fc/fcsystem/components/syslog/syslog.module.ts","webpack:///./src/feature/fc/fcsystem/components/syslog/syslog.route.ts"],"names":[],"mappings":";;;;;;;;;AAAA,iO;;;;;;;;;;;;;;;;;;ACAA;;;;;;;GAOG;AACuC;AACe;AAOzD;IACE,yBAAmB,MAAc,EAAS,YAA4B;QAAnD,WAAM,GAAN,MAAM,CAAQ;QAAS,iBAAY,GAAZ,YAAY,CAAgB;IAAI,CAAC;;gBAAhD,sDAAM;gBAAuB,8DAAc;;IAD3D,eAAe;QAL3B,+DAAS,CAAC;YACT,QAAQ,EAAE,SAAS;YACnB,+KAAsC;;SAEvC,CAAC;+EAE2B,sDAAM,EAAuB,8DAAc;OAD3D,eAAe,CAE3B;IAAD,sBAAC;CAAA;AAF2B;;;;;;;;;;;;;;;;;;;;;;;AChB5B;;;;;;;GAOG;AACsC;AACM;AACyB;AAC9B;AACW;AACZ;AAYzC;IAAA;IAA4B,CAAC;IAAhB,YAAY;QAXxB,8DAAQ,CAAC;YACR,OAAO,EAAE;gBACP,uDAAY;gBACZ,4DAAY,CAAC,QAAQ,CAAC,qDAAO,CAAC;gBAC9B,qFAAiB;aAClB;YACD,YAAY,EAAE;gBACZ,iEAAe;aAChB;YACD,SAAS,EAAE,EAAE;SACd,CAAC;OACW,YAAY,CAAI;IAAD,mBAAC;CAAA;AAAJ;;;;;;;;;;;;;AChBzB;AAAA;AAAA;AAAqD;AAE9C,IAAM,OAAO,GAAW;IAC7B;QACE,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE,iEAAe;KAC3B;CACF,CAAC","file":"components-syslog-syslog-module-es5.js","sourcesContent":["module.exports = \"<!--\\r\\n * @Author: honghong\\r\\n * @Date: 2019-07-04 17:15:57\\r\\n * @LastEditors: honghong\\r\\n * @LastEditTime: 2019-07-04 17:15:57\\r\\n * @Description: \\r\\n * @email: 3300536651@qq.com\\r\\n -->\\r\\nsyslog\\r\\n\"","/*\r\n * @Author: honghong\r\n * @LastEditors: honghong\r\n * @Description: 日志管理\r\n * @email: 3300536651@qq.com\r\n * @Date: 2019-04-12 16:39:30\r\n * @LastEditTime: 2019-04-17 12:35:03\r\n */\r\nimport { Component } from '@angular/core';\r\nimport { ActivatedRoute, Router } from '@angular/router';\r\n\r\n@Component({\r\n selector: 'sys-log',\r\n templateUrl: './syslog.component.html',\r\n styles: [``]\r\n})\r\nexport class SyslogComponent {\r\n constructor(public router: Router, public activedRoute: ActivatedRoute) { }\r\n}\r\n","/*\r\n * @Author: honghong\r\n * @LastEditors: honghong\r\n * @Description: 示例模块\r\n * @email: 3300536651@qq.com\r\n * @Date: 2019-04-16 16:02:48\r\n * @LastEditTime: 2019-10-12 09:29:28\r\n */\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule } from '@angular/router';\r\nimport { FccomponentModule } from 'src/fccomponents/fccomponent.module';\r\nimport { SharedModule } from 'src/shared';\r\nimport { SyslogComponent } from './syslog.component';\r\nimport { Routers } from './syslog.route';\r\n@NgModule({\r\n imports: [\r\n SharedModule,\r\n RouterModule.forChild(Routers),\r\n FccomponentModule\r\n ],\r\n declarations: [\r\n SyslogComponent\r\n ],\r\n providers: []\r\n})\r\nexport class SyslogModule { }\r\n","/*\r\n * @Author: honghong\r\n * @LastEditors: honghong\r\n * @Description: 示例模块的路由\r\n * @email: 3300536651@qq.com\r\n * @Date: 2019-04-16 15:57:43\r\n * @LastEditTime: 2019-10-16 15:58:10\r\n */\r\nimport { Routes } from '@angular/router';\r\nimport { SyslogComponent } from './syslog.component';\r\n\r\nexport const Routers: Routes = [\r\n {\r\n path: 'syslogList',\r\n component: SyslogComponent\r\n }\r\n];\r\n"],"sourceRoot":""}