Commit ac38042
refactor(core): add
This commit introduces the `REQUEST`, `RESPONSE_INIT` and `REQUEST_CONTEXT` tokens, which will replace similar ones from https://github.com/angular/angular-cli/blob/28503186230b5e22b84499641d56c9c981fdab1d/packages/angular/ssr/tokens/src/tokens.ts, so those tokens would be imported in application code via `@angular/core` package.REQUEST, RESPONSE_INIT and REQUEST_CONTEXT tokens1 parent 648c845 commit ac38042
File tree
322 files changed
+101
-411
lines changed- adev/src/content
- api-examples/router/testing/test
- best-practices
- examples
- accessibility/src/app
- angular-compiler-options/src/app
- animations/src/app
- attribute-directives/src/app
- built-in-directives/src/app
- item-detail
- dependency-injection/src/app
- car
- heroes
- dynamic-form/src/app
- elements/src/app
- errors/cyclic-imports
- i18n/src/app
- inputs-outputs/src/app
- pipes/src/app
- resolution-modifiers/src/app
- host-child
- host-parent
- host
- optional
- self-no-data
- self
- skipself
- router-tutorial/src/app
- crisis-list
- heroes-list
- page-not-found
- routing-with-urlmatcher/src/app
- profile
- security/src/app
- service-worker-getting-started/src/app
- ssr/src/app
- dashboard
- hero-detail
- hero-search
- heroes
- messages
- structural-directives/src/app
- styleguide/src
- 02-07/app
- heroes
- users
- 05-04/app
- heroes
- 05-12/app
- 05-15/app/heroes/hero-list
- 05-16/app/heroes
- 05-17/app/heroes
- hero-list
- hero
- 05-18/app/heroes/hero
- testing/src/app
- about
- banner
- dashboard
- demo
- hero
- twain
- welcome
- guide
- directives
- di
- http
- pipes
- routing
- templates
- reference
- errors
- extended-diagnostics
- tutorials
- deferrable-views
- intro/src/app
- steps
- 1-what-are-deferrable-views
- answer/src/app
- src/app
- 2-loading-error-placeholder
- answer/src/app
- src/app
- 3-defer-triggers
- answer/src/app
- src/app
- first-app/steps
- 01-hello-world/src/app
- 02-HomeComponent/src/app
- 03-HousingLocation/src/app
- home
- 04-interfaces/src/app
- home
- housing-location
- 05-inputs/src/app
- home
- housing-location
- 06-property-binding/src/app
- home
- housing-location
- 07-dynamic-template-values/src/app
- home
- housing-location
- 08-ngFor/src/app
- home
- housing-location
- 09-services/src/app
- home
- housing-location
- 10-routing/src/app
- home
- housing-location
- 11-details-page/src/app
- details
- home
- housing-location
- 12-forms/src/app
- details
- home
- housing-location
- 13-search/src/app
- details
- home
- housing-location
- 14-http
- src-final/app
- details
- home
- housing-location
- src/app
- details
- home
- housing-location
- homepage/src
- learn-angular
- intro/src/app
- steps
- 1-components-in-angular
- answer/src/app
- src/app
- 10-deferrable-views
- answer/src/app
- src/app
- 11-optimizing-images
- answer/src/app
- src/app
- 12-enable-routing
- answer/src/app
- home
- user
- src/app
- home
- user
- 13-define-a-route
- answer/src/app
- home
- user
- src/app
- home
- user
- 14-routerLink
- answer/src/app
- home
- user
- src/app
- home
- user
- 15-forms
- answer/src/app
- src/app
- 16-form-control-values
- answer/src/app
- src/app
- 17-reactive-forms
- answer/src/app
- src/app
- 18-forms-validation
- answer/src/app
- src/app
- 19-creating-an-injectable-service
- answer/src/app
- src/app
- 2-updating-the-component-class
- answer/src/app
- src/app
- 20-inject-based-di
- answer/src/app
- src/app
- 21-constructor-based-di
- answer/src/app
- src/app
- 22-pipes
- answer/src/app
- src/app
- 23-pipes-format-data
- answer/src/app
- src/app
- 24-create-a-pipe
- answer/src/app
- src/app
- 3-composing-components
- answer/src/app
- src/app
- 4-control-flow-if
- answer/src/app
- src/app
- 5-control-flow-for
- answer/src/app
- src/app
- 6-property-binding
- answer/src/app
- src/app
- 7-event-handling
- answer/src/app
- src/app
- 8-input
- answer/src/app
- src/app
- 9-output
- answer/src/app
- src/app
- playground
- 0-hello-world/src
- 1-signals/src
- 2-control-flow/src
- 3-minigame/src
- goldens/public-api/core
- packages/core/src
- application
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
322 files changed
+101
-411
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments