I am looking to modify the ngx-material-timepicker node module by making changes to the basic HTML and CSS of the project. However, I have found that there are no HTML or CSS files available in the node_modules-> ngx-material-timepicker folder, only TS files.
To work around this issue, I decided to fork the project to my GitHub repository and customize it there. After completing the customization, I attempted to install it to my Angular project using npm install mygitrepo.git --save. Unfortunately, I encountered difficulties in including the module in my Angular project after this process.