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
Copy file name to clipboardexpand all lines: bootstraping-with-dependencies/Readme.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
7
7
-[Bootstraping all components](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-all-components.json)
8
8
-[Component without dependencies](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-pure.json)
9
-
-[Component injects a service](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-service-inject.json)
9
+
-[Service injected into component](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-service-inject.json)
10
10
-[Component extends a service](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-service-extend.json)
-[RxState injected into component](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-state-inject.json)
-[Component with Async Pipe](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-async-pipe.json)
14
14
-[Component with Push Pipe](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-push-pipe.json)
@@ -23,9 +23,9 @@ This performance measurement aims to compare bootstrap time of the component wit
23
23
We have a component that displays a text.
24
24
25
25
- Component without dependencies. `text` property defined inside component.
26
-
-Component injects a service. `text` property defined inside the service.
26
+
-Service injected into component. `text` property defined inside the service.
27
27
- Component extends a service. `text` property defined inside the service.
28
-
-Component injects RxState. `text` property is a part of state.
28
+
-RxState injected into component. `text` property is a part of state.
29
29
- Component extends RxState. `text` property is a part of state.
30
30
- Component with Async Pipe. `text$` property defined inside component and displayed with `async` pipe.
31
31
- Component with Push Pipe. `text$` property defined inside component and displayed with `push` pipe.
0 commit comments