/* You can add global styles to this file, and also import other style files */
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';
@import '../node_modules/@syncfusion/ej2-angular-calendars/styles/material.css'; |
[index.html]
<head>
<meta charset="utf-8">
<title>SyncfusionAngularApp</title>
<base rel='nofollow' href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" rel='nofollow' href="favicon.ico">
<link rel='nofollow' href="styles.css" rel="stylesheet" />
</head> |
HI,
I am having similar issue but the time isn't showing, seems like something Disabled please find the screenshot and help me,
Thanks in Advance,
Hi Berly,
I am hiding the AllDay functionality, and everywhere in the code set the value as false for AllDay....Its working fine when I create as a new event(Which is not a pop-up), but whenever i open a editor window its causing the above issue, please find the code snippet and help me,
Thanks in advance
Hi, I'm facing an issue with DateRangePicker, its control icons are not showing which are used for switching to next or previous month. I have installed all dependencies as per the documentation but still, it's not showing icons.