Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9edd382

Browse files
committed
angular.dart -> angular2.dart in quickstart text
typo caught by reviewer
1 parent 0d0b734 commit 9edd382

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/docs/dart/latest/quickstart.jade

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ p.
8787
The main Dart file for any Angular 2 app must import
8888
<code>'package:angular2/bootstrap.dart'</code>.
8989
If you put part of your app into one or more additional libraries,
90-
those additional libraries must import <code>angular.dart</code>
90+
those additional libraries must import <code>angular2.dart</code>
9191
instead of <code>bootstrap.dart</code>,
9292

9393
p.
94-
The <code>bootstrap.dart</code> and <code>angular.dart</code> files
94+
The <code>bootstrap.dart</code> and <code>angular2.dart</code> files
9595
provide the same API,
9696
except that <code>bootstrap.dart</code> also provides a
9797
<code>bootstrap()</code> function, which you'll see a little later.
9898
For <a href="#performance">performance reasons</a>,
99-
use <code>angular.dart</code> whenever possible.
99+
use <code>angular2.dart</code> whenever possible.
100100

101101
h2#section-angular-create-account 3. Define a component
102102

@@ -301,7 +301,7 @@ p.
301301
so that they don't use mirrors.
302302
The transformer doesn't convert other libraries in your app,
303303
so be sure to
304-
import <code>angular.dart</code> instead of <code>bootstrap.dart</code>
304+
import <code>angular2.dart</code> instead of <code>bootstrap.dart</code>
305305
in any libraries you create that use Angular 2
306306
but don't call <code>bootstrap()</code>.
307307

0 commit comments

Comments
 (0)