Search⌘ K

Introduction to Angular

Explore how to enhance your Bootstrap 4 layout development by using Angular to modularize components. Understand the benefits of combining Angular with Bootstrap for faster, more efficient layout building and improved learning.

We'll cover the following...

This chapter will discuss the options we have for modularizing our layout development. We can start with the following question: What are we still missing in our layout-building process? In other words, where is there space for improvement? 

Overview

To improve our layout building process, we need to think about where it is currently lacking. So far in this course, we’ve covered several tips, tricks, and techniques for building layouts with Bootstrap 4. We’ve covered SCSS, but we saw that it’s a bit hard to set up. It’s also a bit clunky to use when ...