...

/

Summary: Enabling User Experience with Components

Summary: Enabling User Experience with Components

Go through a summary of what was covered in this chapter.

We'll cover the following...

In this chapter, we explored the structure of Angular components and the different ways to create them. We learned how to create a standalone component or register it with an Angular module. We discussed how to isolate the component’s HTML template in an external file to ease its future maintainability. Also, we saw how to do the same with any style sheet we wanted to bind to the component, in case we did not want ...