I am working for an organization for which I need to create a custom control. Whereas I want to use Angular Powered Bootstrap. But I also need some modification over it like CSS, HTML template change even some functionality if possible.
I do not want to copy the Angular Powered Bootstrap and build over it because It is still in beta stage. If I do that then further changes which will be in that I will miss those.
I am looking for a way such as :
- my custom library will have a dependency as "@ng-bootstrap/ng-bootstrap": "1.0.0"
- I want to inherit the code whenever I need modification
- This custom library will be used as dependencies where ever it is required.
In a nutshell, my question is: How to customized angular powered bootstrap.