ngx-datetime-picker
Advanced tools
Comparing version 2.3.0-beta.0 to 2.3.0
{ | ||
"name": "ngx-datetime-picker", | ||
"version": "2.3.0-beta.0", | ||
"version": "2.3.0", | ||
"description": "Date, DateTime & Time Picker components that uses native HTML5 components on mobile", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,5 +7,5 @@ # ngx-datetime-picker | ||
- No jQuery or other external dependencies. | ||
- 3 seperate components for Date Time, Date, and Time picker | ||
- When being used on a mobile or touch devices it falls back to html5 inputs of date, datetime-local, and time | ||
- No jQuery or other external dependencies. | ||
- 3 seperate components for Date Time, Date, and Time picker | ||
- When being used on a mobile or touch devices it falls back to html5 inputs of date, datetime-local, and time | ||
@@ -30,3 +30,3 @@ [![npm](https://img.shields.io/npm/v/ngx-datetime-picker.svg)](https://www.npmjs.com/package/ngx-datetime-picker) | ||
<ngx-datetime-picker | ||
[(selectedDateTime)]="dateTimeExample" | ||
[(selectedDateTime)]="dateTimeExample" | ||
></ngx-datetime-picker> | ||
@@ -64,26 +64,26 @@ | ||
- Clone repository to your machine. | ||
- Run `npm run setup` to prepare the project | ||
- Live edit mode with `npm run serve`. | ||
- Run tests with watcher with `npm run test`. | ||
- Run tests without a watcher with `npm run test.once`. | ||
- Prepare for distrabution with `npm run dist` (note you man need to also run `tsc index.ts` if you have updated the exported values.) | ||
- Test a demo project using the exported ngModule with `npm run demo` | ||
- Sass files are compiled locally using [Koala](http://koala-app.com/). | ||
- Set Koala to watch `date.component.scss` and compile it to `ngx-datetimepicker > src > assets` as `ngx-datetime-picker.css`. | ||
- Clone repository to your machine. | ||
- Run `npm run setup` to prepare the project | ||
- Live edit mode with `npm run serve`. | ||
- Run tests with watcher with `npm run test`. | ||
- Run tests without a watcher with `npm run test.once`. | ||
- Prepare for distrabution with `npm run dist` (note you man need to also run `tsc index.ts` if you have updated the exported values.) | ||
- Test a demo project using the exported ngModule with `npm run demo` | ||
- Sass files are compiled locally using [Koala](http://koala-app.com/). | ||
- Set Koala to watch `date.component.scss` and compile it to `ngx-datetimepicker > src > assets` as `ngx-datetime-picker.css`. | ||
- _Optionally_ you can use https://github.com/angular-buch/angular-cli-ghpages to publish the demo install to github pages. by first running `npm run demo`, then by going into your demo directory with `cd demo` and from there you can copy and past the two commands to publish to github pages. | ||
``` | ||
ng build --prod --aot --base-href "https://renovosolutions.github.io/ngx-datetimepicker/" | ||
``` | ||
then | ||
``` | ||
ngh --repo=https://github.com/renovosolutions/ngx-datetimepicker.git | ||
``` | ||
_note this will publish to the `gh-pages` branch and you wil need to authenicate again_ | ||
- _Optionally_ you can use https://github.com/angular-buch/angular-cli-ghpages to publish the demo install to github pages. by first running `npm run demo`, then by going into your demo directory with `cd demo` and from there you can copy and past the two commands to publish to github pages. | ||
``` | ||
ng build --prod --aot --base-href "https://renovosolutions.github.io/ngx-datetimepicker/" | ||
``` | ||
then | ||
``` | ||
ngh --repo=https://github.com/renovosolutions/ngx-datetimepicker.git | ||
``` | ||
_note this will publish to the `gh-pages` branch and you wil need to authenicate again_ | ||
### Requirements | ||
- angular-cli 1.0.0-beta.28.3 or higher | ||
- node 6.9.0 or higher | ||
- angular-cli 1.0.0-beta.28.3 or higher | ||
- node 6.9.0 or higher | ||
@@ -94,3 +94,3 @@ ### Contributors | ||
| :-----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | | ||
| [Josh Sommer](https://github.com/JoshDSommer) | [Brent Miller](https://github.com/BrentWMiller) | [Steven Farage](https://github.com/SFarageNIS) | [Marco Mantovani](https://github.com/TheLand) | [Jojie Palahang](https://github.com/JojiePalahang) | [Sam Graber](https://github.com/SamGraber) | [Alejandro Cremades](https://github.com/alecrem) | [Jeremy Quick](https://github.com/alecrem) | | ||
| | | | | | | | [Personal](https://jrquick.com) | | ||
| [Josh Sommer](https://github.com/JoshDSommer) | [Brent Miller](https://github.com/BrentWMiller) | [Steven Farage](https://github.com/SFarageNIS) | [Marco Mantovani](https://github.com/TheLand) | [Jojie Palahang](https://github.com/JojiePalahang) | [Sam Graber](https://github.com/SamGraber) | [Alejandro Cremades](https://github.com/alecrem) | [Jeremy Quick](https://github.com/jrquick) | | ||
| | | | | | | | [Personal](https://jrquick.com) | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
317252
1
0