docs: correct path reference in upgrade guide (#26072)

The incorrect path is referenced, this is confusing to users following the "Upgrading from AngularJS" guide.

PR Close #26072
This commit is contained in:
George Wilde 2018-09-23 21:49:16 +01:00 committed by Kara Erickson
parent 47eb2122c0
commit bc02e19831
1 changed files with 1 additions and 1 deletions

View File

@ -1279,7 +1279,7 @@ The arguments are the same as you would pass to `angular.bootstrap` if you were
bootstrapping AngularJS: the root element of the application; and an array of the bootstrapping AngularJS: the root element of the application; and an array of the
AngularJS 1.x modules that you want to load. AngularJS 1.x modules that you want to load.
Finally, bootstrap the `AppModule` in `src/main.ts`. Finally, bootstrap the `AppModule` in `app/main.ts`.
This file has been configured as the application entrypoint in `systemjs.config.js`, This file has been configured as the application entrypoint in `systemjs.config.js`,
so it is already being loaded by the browser. so it is already being loaded by the browser.