Introduction to Angular
Learn how to improve our layout building process using Angular.
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 we are ...