Relative Content

Tag Archive for javascripthtmlcssangularbootstrap-5

how to resolved the angular 13 version build issue

I am trying to build ng build –configuration=test but am getting below errors apart from that if I comment the bootstra.min.css in angular json file now its building fine what is the issue and how to fix that I’m new to angular

How to implement the bootstrap 5 breadcrumb in angular 13

I’m trying to add the bootstrap 5 breadcrumbs in angular project each page but I tried it’s working while put the in app.component.html but it’s showing bottom of the page but i want to showcase the breadcrumbs beside my page title
for example I am in available trades page I want to showcase my breadcrumbs like Home / available trades I need like that apart from that I have added in my particular page then it’s coming only Home not getting respective page name after the home link where I did wrong please help anybody I am very new to angular