Skip to content
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

refactor: Replace ngx-bootstrap modals with cdk dialogs #332

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

jrassa
Copy link
Member

@jrassa jrassa commented Aug 15, 2023

  • Initial steps towards migrating away from the ngx-bootstrap library in favor of using cdk. Cdk components have better a11y support and are style agnostic. We can still apply bootstrap styles to them, but gives us the options to move away from bootstrap in the future.
  • Still using bootstrap styling for visual consistency.
  • Replaced all modal usages in starter with dialog.
  • Existing ngx-bootstrap modal components/services still available to ease migrations. Will remove in the future.

* Initial steps towards migrating away from the ngx-bootstrap library in favor of using cdk.  Cdk components have better a11y support and are style agnostic.  We can still apply bootstrap styles to them, but gives us the options to move away from bootstrap in the future.
* Still using bootstrap styling for visual consistency.
* Replaced all modal usages in starter with dialog.
* Existing ngx-bootstrap modal components/services still available to ease migrations.  Will remove in the future.
@jrassa jrassa merged commit 2acc842 into develop Aug 22, 2023
3 checks passed
@jrassa jrassa deleted the ngx-modal-cdk branch August 22, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant