This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
_examples/webpack/ts/config Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
// #docregion
2
2
module . exports = {
3
- devtools : 'source-map' ,
3
+ devtool : 'inline- source-map' ,
4
4
5
5
resolve : {
6
6
extensions : [ '' , '.ts' , '.js' ]
Original file line number Diff line number Diff line change @@ -420,18 +420,21 @@ code-example(format="").
420
420
src/app/app.component.spec.ts`
421
421
)
422
422
423
+
424
+ p.
425
+ The <code >app.component.html</code > displays this downloadable Angular logo
426
+ <a href =" https://raw.githubusercontent.com/angular/angular.io/master/public/resources/images/logos/angular2/angular.png" target =" _blank" >
427
+ <img src =" https://raw.githubusercontent.com/angular/angular.io/master/public/resources/images/logos/angular2/angular.png" height =" 40px" title =" download Angular logo" ></a >.
428
+
429
+
423
430
+ makeTabs(
424
431
` webpack/ts/src/vendor.ts,
425
432
webpack/ts/src/polyfills.ts` ,
426
433
null ,
427
434
` src/vendor.ts,
428
435
src/polyfills.ts`
429
436
)
430
-
431
437
:marked
432
- The `app.component.html` displays the Angular logo image which we can download
433
- from [here](https://raw.githubusercontent.com/angular/angular.io/master/public/resources/images/logos/angular2/angular.png).
434
-
435
438
### Highlights:
436
439
437
440
* There are no <script> or <link> tags in the `index.html`.
You can’t perform that action at this time.
0 commit comments