-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/adev/src/app/app.config.ts b/adev/src/app/app.config.ts | ||
index 1bc572a030..40345f5292 100644 | ||
index 52ab0a523c..6cf5be631c 100644 | ||
--- a/adev/src/app/app.config.ts | ||
+++ b/adev/src/app/app.config.ts | ||
@@ -77,7 +77,7 @@ export const appConfig: ApplicationConfig = { | ||
provideAnimationsAsync(), | ||
@@ -80,7 +80,7 @@ export const appConfig: ApplicationConfig = { | ||
provideEnvironmentInitializer(() => inject(AnalyticsService)), | ||
{ | ||
provide: CURRENT_MAJOR_VERSION, | ||
- useValue: Number(VERSION.major), | ||
+ useValue: 19, | ||
}, | ||
{provide: ENVIRONMENT, useValue: environment}, | ||
{ | ||
{provide: ErrorHandler, useClass: CustomErrorHandler}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
diff --git a/adev/src/app/app.component.html b/adev/src/app/app.component.html | ||
index 07ffbaf51b..19e4798fac 100644 | ||
index e589f35912..828b3c43b7 100644 | ||
--- a/adev/src/app/app.component.html | ||
+++ b/adev/src/app/app.component.html | ||
@@ -1,6 +1,6 @@ | ||
@@ -2,7 +2,7 @@ | ||
|
||
@defer (when isBrowser) { | ||
<adev-progress-bar /> | ||
- <docs-top-level-banner expiry="2024-12-06" id="state-of-js-2024" link="https://survey.devographics.com/en-US/survey/state-of-js/2024?source=angular_homepage" text="Share your experience with Angular in The State of JavaScript 2024 survey" /> | ||
+ <docs-top-level-banner expiry="2024-12-06" id="state-of-js-2024" link="https://survey.devographics.com/en-US/survey/state-of-js/2024?source=angular_homepage" text="State of JavaScript 2024 アンケートであなたの経験を共有しましょう!" /> | ||
- <docs-top-level-banner expiry="2024-12-10" id="state-of-js-2024" link="https://survey.devographics.com/en-US/survey/state-of-js/2024?source=angular_homepage" text="Share your experience with Angular in The State of JavaScript 2024 survey" /> | ||
+ <docs-top-level-banner expiry="2024-12-10" id="state-of-js-2024" link="https://survey.devographics.com/en-US/survey/state-of-js/2024?source=angular_homepage" text="State of JavaScript 2024 アンケートであなたの経験を共有しましょう!" /> | ||
} | ||
<button (click)="focusFirstHeading()" class="adev-skip">Skip to main content</button> | ||
|
||
<div class="adev-nav"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters