Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: update localization docs and modernize examples#66184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
SkyZeroZx wants to merge1 commit intoangular:main
base:main
Choose a base branch
Loading
fromSkyZeroZx:docs/update-some-docs

Conversation

@SkyZeroZx
Copy link
Contributor

@SkyZeroZxSkyZeroZx commentedDec 18, 2025
edited
Loading

Improves the localization documentation by updating code highlight syntax issues and removing outdated TODOs.

Additionally, the CDK examples have been updated to use the viewChild query signal API, aligning the docs with current recommended patterns.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@angular-robotangular-robotbot added the area: docsRelated to the documentation labelDec 18, 2025
@ngbotngbotbot added this to theBacklog milestoneDec 18, 2025
private_viewContainerRef=inject(ViewContainerRef);

@ViewChild(TemplateRef)_dialogTemplate!:TemplateRef<any>;
_dialogTemplate=viewChild.required(TemplateRef);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

nit: Could you also make it private, it's unused in the template (and also that was hinted by the leading underscore.

Suggested change
_dialogTemplate=viewChild.required(TemplateRef);
private_dialogTemplate=viewChild.required(TemplateRef);

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Done

Improves the localization documentation by updating code highlight syntax issuesand removing outdated TODOs.Additionally, the CDK examples have been updated to use the viewChild query signal API,aligning the docs with current recommended patterns.
@JeanMecheJeanMeche added action: mergeThe PR is ready for merge by the caretaker target: patchThis PR is targeted for the next patch release labelsDec 19, 2025
@JeanMecheJeanMeche removed the request for review fromAndrewKushnirDecember 19, 2025 00:42
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JeanMecheJeanMecheJeanMeche approved these changes

Assignees

No one assigned

Labels

action: mergeThe PR is ready for merge by the caretakerarea: docsRelated to the documentationtarget: patchThis PR is targeted for the next patch release

Projects

None yet

Milestone

Backlog

Development

Successfully merging this pull request may close these issues.

2 participants

@SkyZeroZx@JeanMeche

[8]ページ先頭

©2009-2025 Movatter.jp