12_basic_project_setup_using_bootstrap_for_styling
Capitolium
-
0:02
Throughout this course, I'll often start with an empty project for a given section so that we can focus on the topic at hand in this section. So therefore, you can simply create a new project with ng -new as we did it a couple of lectures a…
-
2:28Capitolium 2: And there, if you scroll down a bit, There are many dependencies because you also have dependencies of dependencies here. 65s · Speaker 5
And there, if you scroll down a bit, There are many dependencies because you also have dependencies of dependencies here. If you scroll down a bit, you'll see bootstrap. And in there, you find a dist folder, a CSS folder, and there, the boo…
-
3:34
But if you open the developer tools and you go to the elements tab there, here in the head section, you will see that the styles CSS file is being imported. And if you go to sources, you should find that styles .css file here. And in there,…