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

Feature/modal service #14

Merged
merged 6 commits into from
Sep 20, 2021
Merged

Feature/modal service #14

merged 6 commits into from
Sep 20, 2021

Conversation

vaggelanos
Copy link
Contributor

@vaggelanos vaggelanos commented Sep 20, 2021

This Pr contains the modal service as described in #15 plus a total rewrite of dynamic component loader.

  • Component loader can now be used for every case of dynamic loading.
    For example it can be used for Popovers, Popups , Dialogs etc.
    Modal Service is a good example of how it can be used using a container component (ModalContainerComponent) with dynamic content inside it, or without (ModalBackDropComponent).
    CustomHeaderComponent / CustomHeaderFooter is another use case where we host our dynamic content inside an existing viewref(a div in this case)

  • Modal Service comes with a very detailed documentation and a variety of use cases in the sample app.

@vaggelanos vaggelanos added the enhancement New feature or request label Sep 20, 2021
@vaggelanos vaggelanos linked an issue Sep 20, 2021 that may be closed by this pull request
@vaggelanos vaggelanos merged commit 58f0de9 into main Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature - Modal Service
1 participant