Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[v19] showcase for datepicker-sizes-demo has wrong ts #17690

Closed
jjs98 opened this issue Feb 15, 2025 · 0 comments · Fixed by #17691
Closed

[v19] showcase for datepicker-sizes-demo has wrong ts #17690

jjs98 opened this issue Feb 15, 2025 · 0 comments · Fixed by #17691
Labels
Component: Documentation Issue or pull request is related to Documentation
Milestone

Comments

@jjs98
Copy link
Contributor

jjs98 commented Feb 15, 2025

I guess this is a copy paste waste :D

import { Component } from '@angular/core';
import { DatePicker } from 'primeng/datepicker';
import { FormsModule } from '@angular/forms';

@component({
selector: 'datepicker-basic-demo',
templateUrl: './datepicker-basic-demo.html',
standalone: true,
imports: [FormsModule, DatePicker]
})
export class DatePickerBasicDemo {
value1: Date | undefined;

value2: Date | undefined;

value3: Date | undefined;

}

@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 Feb 15, 2025
jjs98 added a commit to jjs98/primeng that referenced this issue Feb 15, 2025
@mertsincan mertsincan added Component: Documentation Issue or pull request is related to Documentation and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Feb 21, 2025
@mertsincan mertsincan added this to the 19.0.7 milestone Feb 21, 2025
@github-project-automation github-project-automation bot moved this to Review in PrimeNG Feb 21, 2025
@mertsincan mertsincan linked a pull request Feb 21, 2025 that will close this issue
@github-project-automation github-project-automation bot moved this from Review to Done in PrimeNG Feb 21, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Component: Documentation Issue or pull request is related to Documentation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants