Closed MammadK closed 6 years ago
it's not duplicate...when i add a class for example form-control
to <dp-date-picker>
template and build project it will be removed from input and wrapping div in DOM.
how can add bootstarp class to input?
Hi, That is because of angular encapsulation and using /deep/ in CSS is work around to make some changes on a web component style.
how to remove default style for input and more importantly add class to
<dp-date-picker>
to effect rendered datepicker input?