docs: fix ngmodules-jsmodules pre-req (#22316)

closes #22157

PR Close #22316
This commit is contained in:
Kapunahele Wong 2018-02-19 10:35:13 -05:00 committed by Victor Berchet
parent a4f9e8180b
commit 022ad4a420
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# JavaScript Modules vs. NgModules
#### Prerequisites
A basic understanding of [Bootstrapping](guide/bootstrapping).
A basic understanding of [JavaScript/ECMAScript modules](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/).
<hr>