Skip to content

refactor(signal-forms): unify metadata and data APIs #62353

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: prototype/signal-forms
Choose a base branch
from

Conversation

mmalerba
Copy link
Contributor

No description provided.

@mmalerba mmalerba requested review from kirjs, alxhub and leonsenft June 28, 2025 01:39
@mmalerba mmalerba moved this to In Progress in Experimental Signal Forms Jun 30, 2025
@mmalerba mmalerba self-assigned this Jun 30, 2025
@ngbot ngbot bot added this to the Backlog milestone Jun 30, 2025
} else if (key instanceof ReactiveMetadataKey) {
return this.metadataState.get(key);
}
throw Error('Unreocgnized MetadataKey type');
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
throw Error('Unreocgnized MetadataKey type');
throw Error('Unrecognized MetadataKey type');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants