ion2-calendar
ion2-calendar copied to clipboard
custom css remove on build time
check this below image this my design i need this design but when i build ipa using ionic cordova build ios --prod --aot --minifyjs --minifycss --optimizejs this command header section are remove app logo and my custom image which show in right side and display default header
give me solution so my design not change
Add this is in variables.scss
// ion2-calendar
// --------------------------------------------------
@import "../../ion2-calendar/dist/components/calendar-week.component";
@import "../../ion2-calendar/dist/components/calendar.component";
@import "../../ion2-calendar/dist/components/month.component";
@import "../../ion2-calendar/dist/components/calendar.modal";
check this below image this my design i need this design but when i build ipa using ionic cordova build ios --prod --aot --minifyjs --minifycss --optimizejs this command header section are remove app logo and my custom image which show in right side and display default header
give me solution so my design not change
Can you tell me how did you customize the modal header? There is a shadow root with no part exposed. (Ionic 5)