imtah
imtah

Reputation: 409

Date component Angular 2

I want to know how I can add a date field like the type date

<input type="date" name="html5date">

I want an input component who include the slashes for date.

Thank's

Upvotes: 0

Views: 423

Answers (1)

kasapkiloet
kasapkiloet

Reputation: 330

Use the date picker component from ng2-bootstrap. Check this: https://github.com/valor-software/ng2-bootstrap

Upvotes: 3

Related Questions