Skip to content

Commit cc2bda1

Browse files
author
kirill-karnaukhov
committed
fix links naming
1 parent a8c47d3 commit cc2bda1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bootstraping-with-dependencies/Readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
- [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)
88
- [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)
1010
- [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)
11-
- [Component injects RxState](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)
11+
- [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)
1212
- [Component extends RxState](https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://raw.githubusercontent.com/rx-angular/rx-angular-perf-measures/main/bootstraping-with-dependencies/bootstrap-time-state-extend.json)
1313
- [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)
1414
- [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
2323
We have a component that displays a text.
2424

2525
- 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.
2727
- 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.
2929
- Component extends RxState. `text` property is a part of state.
3030
- Component with Async Pipe. `text$` property defined inside component and displayed with `async` pipe.
3131
- Component with Push Pipe. `text$` property defined inside component and displayed with `push` pipe.

0 commit comments

Comments
 (0)