docs(quickstart/js): app JS files order is not significant
closes #1682
This commit is contained in:
parent
40a9b49800
commit
172e497fec
|
@ -266,7 +266,7 @@ code-example(format="").
|
|||
|
||||
1. We load the JavaScript libraries we need; learn about them [below](#libraries).
|
||||
|
||||
2. We load our JavaScript files, paying attention to their order (`main.js` needs `app.module.js` to be there first, and `app.module.js` needs `app.component.js`).
|
||||
2. We load our JavaScript files.
|
||||
|
||||
3. We add the `<my-app>` tag in the `<body>`. **This is where our app lives!**
|
||||
|
||||
|
|
Loading…
Reference in New Issue