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

Open custom dialog using angular route component #423

Open
StickNitro opened this issue Feb 20, 2018 · 0 comments
Open

Open custom dialog using angular route component #423

StickNitro opened this issue Feb 20, 2018 · 0 comments

Comments

@StickNitro
Copy link

I know this probably is not the right place for this but didn't know where else to ask, this is not an issue but looking for an example of how to open a custom dialog to a angular route.

For example I have the following route which creates a wizard like interface and want to load this into a modal dialog

routes: [
    {path: 'create': component: ..., children:[
        {path: '', component: ...},
        {path: 'page2', components: ...},
        ...
    }
];

Is it possible to have the modal open the component of a route and if so has anyone got any examples of doing this?

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

No branches or pull requests

1 participant