How To Create a Navbar Using Bootstrap in Angular

preview_player
Показать описание

How to create a navbar using bootstrap in angular

Explaining concepts in a simple way! Any tips or suggestions on how to make videos better for the future, email me or comment!

Рекомендации по теме
Комментарии
Автор

This is very nice... It would be nice to include the way to have the active style in the menu items when the page they show is active, which happens by using the following directives in the hyperlinks: <a style-"nav-link" [routerLink]="['/home']"

gredTube
Автор

is it safe to use with angular 17? the tutorial angular video series I watched said that you should only use bootstrap css stuff and not anything that does javascript since it would basically overrule angular and that can cause headaches.

TobyMax