Looking to make changes to the templates of the angular 2 material date-picker? These templates are located within various internal components in @angular/material/esm5/datepicker.es5.js.
One option is to directly modify the template in the node package, but this runs the risk of being overwritten during an update.
Is there a way to dynamically modify the template or should I consider copying the entire angular material node package locally and making modifications that way? Any thoughts on the best approach?