Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-datetime-picker

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-datetime-picker - npm Package Compare versions

Comparing version 2.3.0-beta.0 to 2.3.0

2

package.json
{
"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) |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc