You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
@@ -116,7 +116,7 @@ yourself once you know that all async events are complete.
116
116
117
117
To manually trigger replay, inject the EventReplayer like this:
118
118
119
-
```
119
+
```ts
120
120
import { Injectable } from'@angular/core';
121
121
import { EventReplayer } from'preboot';
122
122
@@ -176,7 +176,7 @@ Preboot registers its reply code at the `APP_BOOTSTRAP_LISTENER` token which is
176
176
177
177
To make Preboot work correctly in such a case you need to specify `replay: false` in the Preboot options and replay the events yourself. That is, import `PrebootModule` like this:
0 commit comments