PrimeNg calender displayed with broken design in angular 2
问题 I have used primeNg module from primefaces in angular 2 for creating a timepicker. I got it to work but it is displayed with broken design. Is there anything else to add for getting the design correct. Codes I used: package versions: "primeng": "^1.0.0-beta.7", "primeui": "^4.1.10" Module.ts: import { CalendarModule } from 'primeng/primeng'; imports: [CalendarModule] Html: <p-calendar [(ngModel)]="value" showTime="showTime" formControlName="date1" hourFormat="12"></p-calendar> Currently what