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:
parent
47eb2122c0
commit
bc02e19831
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue