Using ng2 calendar module from PrimeNG (link) and open source calendar.
import {CalendarModule} from "primeng/components/calendar/calendar";
import {CalendarModule} from 'angular-calendar';
How can I import both modules into mine?
Now TS says Duplicate identifier 'CalendarModule'.
You can give an alias in typescript import. Try