From b1a23a7ae5ee70bc1037b2ff413d06653e9b655f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Sun, 18 Sep 2016 20:18:54 +0200 Subject: [PATCH] docs(ts-to-js): change angular2 to @angular --- public/docs/js/latest/cookbook/ts-to-js.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/js/latest/cookbook/ts-to-js.jade b/public/docs/js/latest/cookbook/ts-to-js.jade index a41d441028..1880cf6537 100644 --- a/public/docs/js/latest/cookbook/ts-to-js.jade +++ b/public/docs/js/latest/cookbook/ts-to-js.jade @@ -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="." )