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

DynamicDialog | Template Support #14354

Closed
cetincakiroglu opened this issue Dec 13, 2023 · 0 comments
Closed

DynamicDialog | Template Support #14354

cetincakiroglu opened this issue Dec 13, 2023 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@cetincakiroglu
Copy link
Contributor

cetincakiroglu commented Dec 13, 2023

  • content, header, footer, maximizeicon, minimizeicon, closeicon templates will be added.
  • Usage will be as below
import { Footer } from './footer';
import { Header } from './header';
import { Content } from './content';
import { MaximizeIcon } from './maximizeicon';

        this.dialogService.open(Component, {
           .....
            templates: {
                footer: Footer,
                header: Header,
                content: Content,
                maximizeicon: MaximizeIcon
            }
            .....
        });
@cetincakiroglu cetincakiroglu added this to the 17.1.0 milestone Dec 13, 2023
@cetincakiroglu cetincakiroglu self-assigned this Dec 13, 2023
@cetincakiroglu cetincakiroglu added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add Type: New Feature Issue contains a new feature or new component request labels Dec 13, 2023
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 13, 2023
@cetincakiroglu cetincakiroglu removed the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

1 participant