component(ModalContainer): modal container initialization#8
Merged
Stradivario merged 15 commits intomasterfrom Oct 17, 2019
Merged
component(ModalContainer): modal container initialization#8Stradivario merged 15 commits intomasterfrom
Stradivario merged 15 commits intomasterfrom
Conversation
9cbcc6c to
b949720
Compare
b949720 to
6a20a55
Compare
0b5c65b to
dba6789
Compare
…lities for adding injectable with data when using with web component directly
dba6789 to
0d4a9d3
Compare
b46248c to
13f7f92
Compare
13f7f92 to
2c7b1f8
Compare
77b9cf7 to
d9f504c
Compare
…ameter representing options for current modal which is opened
262f268 to
968de2f
Compare
1fabb20 to
e42029a
Compare
…esult from closed template
e42029a to
c653fbd
Compare
7e4f43d to
1d423b7
Compare
1d423b7 to
32e23b7
Compare
192b694 to
d3f3165
Compare
d3f3165 to
dd57830
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Description
Introduces ModalService with capabilities user to choose what kind of template or component he wants to render. The main idea is to have
modal-containerappended insidebodyand then providing content inside of this container.Checklist:
bodycomponentas a modal gatewayModal Service
Usage
Inject
ModalModulefrom@rxdi/ui-kit/modalIn order to have
backdropClosewhich by default is disabled you need to provide optional configThree steps demo modal:
ModalServiceinside componentdescriptorto open modal dialogopenModalBasic Usage
Using with
ComponentUsing it to spawn
Wizardsor Sequence of modalsHacks
Modal service