I am having trouble incorporating bootstrap-icons into my angular project. Despite running the npm i bootstrap-icons command, I am unable to successfully add icons using icon fonts on my webpage.
As a temporary solution, I have added the bootstrap icon CDN in my index.html file and it is functioning as expected.
My question is whether or not there is a specific path that needs to be included for the bootstrap icon file in the angular.json file, or if it should work seamlessly after running the install command.
Any insights or advice would be greatly appreciated!
Thank you.