how can ı add modals, for example add-user or add target buttons in projects/project.html running, but thats modals not run on angular project. how to integration them on my angular project.
in addition, I read modals section in yours angular documentation but its not enough.
Hi,
For Angular, we use ng-bootstrap components to build. I recommend checking out their documentation for more information.
https://ng-bootstrap.github.io/#/components/modal/examples
Thanks