Skip to content

refactor(core): cleanup Meta service#69487

Open
JeanMeche wants to merge 1 commit into
angular:mainfrom
JeanMeche:cleanup-meta
Open

refactor(core): cleanup Meta service#69487
JeanMeche wants to merge 1 commit into
angular:mainfrom
JeanMeche:cleanup-meta

Conversation

@JeanMeche

Copy link
Copy Markdown
Member

The service had a rather old implementation. This is mostly a cleanup.

@pullapprove pullapprove Bot requested review from atscott and kirjs June 23, 2026 14:53
@angular-robot angular-robot Bot added the area: core Issues related to the framework runtime label Jun 23, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jun 23, 2026
constructor(@Inject(DOCUMENT) private _doc: any) {
this._dom = getDOM();
}
private readonly _doc = inject(DOCUMENT);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Q: Should this also apply to Title since it is similar, or only for the moment to Meta?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah, I'll need to check first if that doesn't break g3 (because it will require an injection context)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

IIRC, when I tried both back then, we had some breaks within G3.

@JeanMeche JeanMeche force-pushed the cleanup-meta branch 2 times, most recently from 583e317 to cbc8644 Compare June 23, 2026 15:14
@alan-agius4

Copy link
Copy Markdown
Contributor

@JeanMeche you have a typo in the commit message.

@JeanMeche

Copy link
Copy Markdown
Member Author

Passing TGP

The service had a rather old implementation. This is mostly a cleanup.
@JeanMeche JeanMeche changed the title refactor(core): cleanu Meta service refactor(core): cleanup Meta service Jun 24, 2026
@JeanMeche JeanMeche added the target: patch This PR is targeted for the next patch release label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants