Skip to content

Commit a1e0f86

Browse files
alan-agius4AndrewKushnir
authored andcommitted
docs: remove preboot reference from universal doc (#49808)
This package is no longer actively maintained and in general is not needed. PR Close #49808
1 parent f9b821f commit a1e0f86

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aio/content/guide/universal.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ If you throttle your network speed so that the client-side scripts take longer t
143143
* The search box on the Dashboard page is ignored
144144
* The *Back* and *Save* buttons on the Details page don't work
145145

146-
User events other than `routerLink` clicks aren't supported.
147-
You must wait for the full client application to bootstrap and run, or buffer the events using libraries like [preboot](https://github.com/angular/preboot), which lets you replay these events once the client-side scripts load.
148-
149146
The transition from the server-rendered application to the client application happens quickly on a development machine, but you should always test your applications in real-world scenarios.
150147

151148
You can simulate a slower network to see the transition more clearly as follows:

0 commit comments

Comments
 (0)