More information can be gained from here
Questions tagged [ej2-angular-calendars]
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 {…

Mayuri Parmar
- 11
- 5
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…

Ayush shrivastava
- 11
- 2
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