Added /// and enclosing slash
This commit is contained in:
Won Song 2015-05-19 21:58:27 -07:00
parent 4a4a8d6e11
commit 8300295fa2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
p Inside of <code>app.ts</code>, import the type definitions from Angular:
code-example.
&lt;reference path="typings/angular2/angular2.d.ts" &gt;
/// &lt;reference path="typings/angular2/angular2.d.ts" /&gt;
p Now your editor should be able to complete the available imports:
code-example.