You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/setup.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ that's featured in this guide and tutorial.
20
20
For information on how to get the Dart SDK,
21
21
see [the Dart site]({{site.dartlang}}/get-dart):
22
22
23
-
-**Dart SDK** {{site.data.pkg-vers.SDK.vers}} or a compatible version.
23
+
-**Dart SDK** {{site.data.pkg-vers.SDK.vers}} or a compatible version. For
24
+
AngularDart 7, SDK >= 2.17.0 is required.
24
25
- Your favorite IDE & code editor, such as WebStorm, Eclipse, or **Visual Studio Code** (recommended).
25
26
26
27
## Install Command-line Tools
@@ -35,13 +36,13 @@ $ dart pub global activate webdev
35
36
36
37
If this is your first time interacting with Pub global packages, Dart will tell you (in the terminal) to add the system cache `bin` directory to your `PATH` environment variable (see [this guide]({{site.dartlang}}/tools/pub/cmd/pub-global#running-a-script-from-your-path)). For more info on using global packages, see Dart's [official docs]({{site.dartlang}}/tools/pub/cmd/pub-global) about Pub.
37
38
38
-
### ngdart (recommended)
39
+
### ngdart_cli (recommended)
39
40
40
-
[`ngdart`]({{pub-pkg}}/ngdart) is a community-maintained command-line tool for creating and managing AngularDart applications. AngularDart can still run without it, but `ngdart` makes your life much easier by providing some handy commands such as `ngdart create <project_name>` to create a new project and `ngdart clean` to clean all build artifacts and cache, similar to `flutter clean` if you come from Flutter. For more info on `ngdart`, see [`ngdart`'s Pub page]({{pub-pkg}}/ngdart).
41
+
[`ngdart_cli`]({{pub-pkg}}/ngdart_cli) is a community-maintained command-line tool for creating and managing AngularDart applications. AngularDart can still run without it, but `ngdart_cli` makes your life much easier by providing some handy commands such as `ngdart create <project_name>` to create a new project and `ngdart clean` to clean all build artifacts and cache, similar to `flutter clean` if you come from Flutter. For more info on `ngdart_cli`, see [`ngdart_cli`'s Pub page]({{pub-pkg}}/ngdart_cli).
41
42
42
-
Similar to `webdev`, run the following to install `ngdart`:
43
+
Similar to `webdev`, run the following to install `ngdart_cli`:
0 commit comments