docs(ts-to-js): change angular2 to @angular (#2403)

This commit is contained in:
Jesús Rodríguez 2016-09-20 05:18:20 +02:00 committed by Ward Bell
parent 98efced068
commit 730c93b5bd
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ table(width="100%")
[the Angular 2 packages](../glossary.html#!#scoped-package),
we can access Angular code through the global `ng` object. In the
nested members of this object we'll find everything we would import
from `angular2` in TypeScript:
from `@angular` in TypeScript:
+makeExample('cb-ts-to-js/js/app/main.js', 'ng2import')(format="." )