Questions tagged [ej2-angular-calendars]

More information can be gained from here

3 questions
1
vote
2 answers

Uncaught Error: Template parse errors: ej2-datepicker angular 6

trying to implement ej2-calender in my project but faced below error.. The same code is working with demo project. app.module.ts import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import {…
0
votes
0 answers

How to set minimum time in datetime picker in ej2 syncfusion

I have a date time picker ej2 syncfusion in which when i select any date time sets too 12:00am how i can set this default auto time to something else value I tried min value which takes default current date value and time minimum which i want but…
0
votes
1 answer

@syncfusion/ej2-angular-calendars datepicker getting previous values when using with reactive forms

In my angular 8 app, I am using @syncfusion/ej2-angular-calendars for showing calendar. my html is like
Arun
  • 3,640
  • 7
  • 44
  • 87