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

Convert components to standalone and improve templating #16517

Open
cetincakiroglu opened this issue Oct 11, 2024 · 0 comments
Open

Convert components to standalone and improve templating #16517

cetincakiroglu opened this issue Oct 11, 2024 · 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 Oct 11, 2024

  • All components will be standalone.
  • All components now allow the use of templates without pTemplate input. Both options are accepted.

old

<ng-template pTemplate="content"></ng-template>

new

<ng-template #content></ng-template>

standalone components & pTemplate not supported at the same time. Either import ComponentModule or SharedModule from 'primeng/api'

@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 Oct 11, 2024
@cetincakiroglu cetincakiroglu added this to the 18.0.0-beta.3 milestone Oct 11, 2024
@cetincakiroglu cetincakiroglu self-assigned this Oct 11, 2024
@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 Oct 11, 2024
@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 Oct 11, 2024
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