docs(bugfix): remove mention of npm from Dart quickstart
closes #862 closes #874
This commit is contained in:
parent
823950b936
commit
a51df8cdd4
|
@ -157,8 +157,7 @@ figure.image-display
|
|||
In fact, `NgFor` can repeat items for any [Iterable](https://api.dartlang.org/stable/dart-core/Iterable-class.html) object.
|
||||
|
||||
:marked
|
||||
Assuming we're still running under the `npm go` command,
|
||||
we should see heroes appearing in an unordered list.
|
||||
Now the heroes appear in an unordered list.
|
||||
|
||||
figure.image-display
|
||||
img(src="/resources/images/devguide/displaying-data/hero-names-list.png" alt="After ngfor")
|
||||
|
|
Loading…
Reference in New Issue