Angular PrimeNg p-calendar in a JHipster project

25 views Asked by At

When I import the p-calendar module and insert the calendar into my page, I see the input field displayed on the page. When I click to test, this error is displayed: ERROR Error: NG05105: Unexpected synthetic listener @overlayAnimation.start found. I'm new to Java and Angular development.

I haven't imported any animation packages

I installed primeng with npm: npm install primeng

Imported the module:

import { CalendarModule } from 'primeng/calendar';

Used in my html file:

<p-calendar [(ngModel)]="date" view="month" dateFormat="mm/yy" [readonlyInput]="true">
</p-calendar>
0

There are 0 answers