Skip to content

Commit 6fccdf5

Browse files
committed
Remove unneeded reflect-metadata import
1 parent 30762f2 commit 6fccdf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/chapters/chapter2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ The bootstrap function, regardless of whether it’s for the web or for native a
9292
Next, open your app’s `app/app.component.ts` file; you should see the code below:
9393

9494
``` JavaScript
95-
// TODO: Figure out if this is still necessary. If so, explain why.
96-
// import "reflect-metadata";
9795
import {Component} from "angular2/core";
9896

9997
@Component({

0 commit comments

Comments
 (0)