I noticed that if I write datepicker in the index.html file then jquery knows how to handle it but if the same element is part of angular component then clicking on it will not open the colander meaning jquery doesn’t know this element. How can I make it recognize the element inside the component template?