forked from single-spa/single-spa.js.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix links that point to localhost * Add missing word * Fix typo * Remove extra title
- Loading branch information
Showing
6 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -344,7 +344,7 @@ In order for the [webpack public path](https://webpack.js.org/guides/public-path | |
"single-spa helpers" refers to the in-browser portion of single-spa-angular. The helpers are used by all versions of Angular and | ||
regardless of whether you are using Angular CLI or not. This is the core of the single-spa-angular library that makes it possible | ||
for Angular applications to bootstrap, mount, and unmount. See | ||
[single-spa lifecycles](http://localhost:3000/docs/building-applications.html#registered-application-lifecycle) for more information. | ||
[single-spa lifecycles](/docs/building-applications.html#registered-application-lifecycle) for more information. | ||
|
||
### Migrating from [email protected] to [email protected] | ||
|
||
|
@@ -633,7 +633,7 @@ is the preferred way to do it. | |
#### Option 2 | ||
|
||
If you want the scripts to only be loaded when needed, you can add a custom | ||
[bootstrap lifecycle](http://localhost:3000/docs/building-applications.html#bootstrap) to your code. | ||
[bootstrap lifecycle](/docs/building-applications.html#bootstrap) to your code. | ||
|
||
Note that lazy loading these scripts can actually be worse for performance _if you always need them_, since | ||
they will start downloading later than if you put them right into the root HTML file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters