How can kendo components like grids and charts be styled in the best possible way while following recommended practices?
My current methods of styling them are:
1 : Utilizing ng deep, host, however these approaches have been deprecated and are not considered good practice to use.
2 : Applying global CSS, such as in a layout.css file, but this leads to a bloated stylesheet as more components require specific styles.
3 : Adjusting Grid Configuration Options, which may impact performance when dealing with complex configurations.