-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.map
More file actions
1 lines (1 loc) · 2.09 KB
/
Copy path1.map
File metadata and controls
1 lines (1 loc) · 2.09 KB
1
{"version":3,"file":"1.chunk.js","sources":["webpack:///./src/app/+detail/index.ts","webpack:///./src/app/+detail/detail.component.ts","webpack:///./src/app/+detail/index.component.ts","webpack:///./src/app/+detail/routes.ts"],"sourcesContent":["export { Detail } from './detail.component';\nexport { Index } from './index.component';\n\nconsole.log('`Detail` bundle loaded asynchronously');\n// Must be exported for WebpackAsyncRoute\nexport * from './routes';\n\n\n\n/** WEBPACK FOOTER **\n ** node_modules/angular2-template-loader!./src/app/+detail/index.ts\n **/","import { Component } from '@angular/core';\nimport { ROUTER_DIRECTIVES } from '@angular/router';\n\n@Component({\n selector: 'detail',\n directives: [\n ...ROUTER_DIRECTIVES\n ],\n template: `\n <router-outlet></router-outlet>\n `\n})\nexport class Detail {\n constructor() {\n\n }\n\n ngOnInit() {\n console.log('hello `Detail` component');\n }\n\n}\n\n\n\n/** WEBPACK FOOTER **\n ** node_modules/angular2-template-loader!./src/app/+detail/detail.component.ts\n **/","import { Component } from '@angular/core';\n\n@Component({\n selector: 'index',\n\n template: `\n <h1>Hello from Index</h1>\n `\n})\nexport class Index {\n constructor() {\n\n }\n\n ngOnInit() {\n console.log('hello `Index` component');\n }\n}\n\n\n\n/** WEBPACK FOOTER **\n ** node_modules/angular2-template-loader!./src/app/+detail/index.component.ts\n **/","import { Detail } from './detail.component';\nimport { Index } from './index.component';\n\n// async components must be named routes for WebpackAsyncRoute\nexport const routes = {\n path: 'detail', component: Detail,\n children: [\n { path: '', component: Index }\n ]\n};\n\n\n\n/** WEBPACK FOOTER **\n ** node_modules/angular2-template-loader!./src/app/+detail/routes.ts\n **/"],"mappings":";;;;;;;;;AAAA;AAAA;AACA;AAAA;AAEA;AACA;AACA;;;;;;;;;ACLA;AACA;AAWA;AACA;AAEA;AAEA;AACA;AACA;AAhBA;AAAA;AACA;AACA;AAGA;AAGA;;AAAA;AAUA;AAAA;AATA;;;;;;;;;ACZA;AASA;AACA;AAEA;AAEA;AACA;AACA;AAdA;AAAA;AACA;AAEA;AAGA;;AAAA;AASA;AAAA;AARA;;;;;;;;;ACTA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;","sourceRoot":""}