-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rich Text Editor | Angular Integration for label provider in nimble-rich-text-editor #1477
Rich Text Editor | Angular Integration for label provider in nimble-rich-text-editor #1477
Conversation
…/editor-globalization
...bel-provider/rich-text/tests/nimble-label-provider-rich-text-with-defaults.directive.spec.ts
Outdated
Show resolved
Hide resolved
...ble-angular/label-provider/rich-text/tests/nimble-label-provider-rich-text.directive.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address the suggestion mentioned.
Added @msmithNI who recently added the label infrastructure to quickly double check we didn't miss anything Angular specific |
We can opt-out for approval from @atmgrifter00 since I'm pulling in malcom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why I was pulled in to this PR since I'm not an owner for nimble-angular. I just looked at the change files but if there's something else you'd like my review on, please tag me in a comment and re-request my review.
Pull Request
🤨 Rationale
Issue Link : #1288
Angular Integration for the rich text component label providers to get localized from the client app when using the rich text component ( For now only
rich-text-editor
has labels ).👩💻 Implementation
Reference PR for implementation: #1360
This PR adds
NimbleLabelProviderRichTextDirective
in nimble-angular.🧪 Testing
✅ Checklist