Calendar in Angular 4

Asked

Viewed 458 times

0

I have a problem... I need you to have a very simple calendar on my application. I was able to find only those who need an input, as the example below.

<input class="teste">

and

$('.teste').pickadate({});

But in the precise case I stayed open right on a div

  • Some references: https://github.com/g00fy-/angular-datepicker; https://www.npmjs.com/package/angular-datepicker; https://ng-bootstrap.github.io/#/Components/datepicker/examples; An example: http://fiddle.net/kGGC/3413/

  • I don’t understand your question, but there are libraries ready for calendar, materialize is a good example or you can search by datepicker. https://material.angularjs.org/latest/demo/datepicker

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.