Gathering detailed insights and metrics for @mat-ext/datetimepicker-core
Gathering detailed insights and metrics for @mat-ext/datetimepicker-core
Gathering detailed insights and metrics for @mat-ext/datetimepicker-core
Gathering detailed insights and metrics for @mat-ext/datetimepicker-core
Material datetimepicker for @angular/material
npm install @mat-ext/datetimepicker-core
Typescript
Module System
Node Version
NPM Version
TypeScript (77.25%)
HTML (11.21%)
CSS (9.39%)
JavaScript (2.15%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
87 Commits
4 Branches
1 Contributors
Updated on Nov 13, 2019
Latest Version
6.0.0-beta-1
Package Id
@mat-ext/datetimepicker-core@6.0.0-beta-1
Unpacked Size
2.61 MB
Size
582.00 kB
File Count
75
NPM Version
5.5.1
Node Version
8.9.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
3
This is the main branch for @angular/material 6.x.
You can find the Angular 5 version on the 1.x
branch.
The datetimepicker is taken from Promact/md2 and modified to use @angular/material as base and added theming support.
Like the @angular/material datepicker it contains a native-datetime-adapter as well as a moment-datetime-adapter.
Install:
yarn install @mat-ext/datetimepicker-core
And for the moment adapter:
yarn install @angular/material-moment-adapter
yarn install @mat-ext/datetimepicker-moment
yarn install
yarn build
cd my-project
Add the dependencies to your package.json
:
"dependencies": {
"@mat-ext/datetimepicker-core": "2.0.0",
"@mat-ext/datetimepicker-moment": "2.0.0",
}
Link the local built modules:
yarn link "@mat-ext/datetimepicker-core"
yarn link "@mat-ext/datetimepicker-moment"
Basically the same way the @angular/material datepicker is configured and imported.
imports: [
...
MatDatepickerModule,
// use this if you want to use native javascript dates and INTL API if available
// MatNativeDatetimeModule,
MatMomentDatetimeModule,
MatDatetimepickerModule
]
<form [formGroup]="group">
<mat-form-field>
<mat-placeholder>Start DateTime</mat-placeholder>
<mat-datetimepicker-toggle [for]="datetimePicker" matSuffix></mat-datetimepicker-toggle>
<mat-datetimepicker #datetimePicker type="datetime" openOnFocus="true" timeInterval="5"></mat-datetimepicker>
<input matInput formControlName="start" [matDatetimepicker]="datetimePicker" required autocomplete="false">
</mat-form-field>
</form>
@import '~@mat-ext/datetimepicker-core/datetimepicker/datetimepicker-theme.scss';
// Using the $theme variable from the pre-built theme you can call the theming function
@include mat-datetimepicker-theme($theme);
@see src/styles.scss
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
139 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More