Posts by Diogo Santos • 11 points
4 posts
-
0
votes3
answers485
viewsA: Routing problem after final build in angular 2
Maybe you’re using something like <a class="nav-link" href="/contatos">Contatos</a> Using the href="Diretório-da-rota" works until you do the build and then it doesn’t work anymore. You…
-
1
votes4
answers4452
viewsA: Navbar Collapse does not work!
I had this problem. It didn’t work the dropdown or the Collapse menu when reducing the page to mobile version. I solved so... install the jquery npm install jquery --save in the archive angular.json…
-
0
votes1
answer112
viewsA: Node Error When Installing Bootstrap and Jquery
I answered a question like yours on another topic, go there and if it helps you, give a like. Follow the link --> Error after Installing of jquery
node.jsanswered Diogo Santos 11 -
0
votes2
answers1538
viewsA: Angular Error NG Serves
I was having this same problem only when installing the jquery in the project. Therefore, to solve the problem you should install the jquery if you have uninstalled. npm install jquery --save and…
angularanswered Diogo Santos 11