Skip to content

feat(ps-date-time-input): added the PsDateTimeInputComponent#152

Open
KuhnMichael wants to merge 3 commits intomasterfrom
datetime
Open

feat(ps-date-time-input): added the PsDateTimeInputComponent#152
KuhnMichael wants to merge 3 commits intomasterfrom
datetime

Conversation

@KuhnMichael
Copy link
Contributor

No description provided.

selector: 'ps-test-component',
template: ` <ps-date-time-input [disabled]="disabled"></ps-date-time-input> `,
})
export class TestDataSourceComponent {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name of this test class seems wrong


import { PsDateTimeInputComponent } from './date-time-input.component';

export const dateTimeModuleImports = [CommonModule, MatDatepickerModule, FormsModule, MatInputModule];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't seem right that this is an export const. const would make sense if the module uses it multiple times but why is this exported? Please check 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

Successfully merging this pull request may close these issues.

2 participants