Now, since we are done with our HTML5 and Angular application setup, we can go through the basics of Angular. This will help us to understand the Angular code.
For more information on Angular, you can refer to the book Angular 6 for Enterprise-Ready Web Applications, by Packt Publishing, or a book on the latest version since we are using Angular 7 in this chapter.
This section depicts a high level of understanding that you can utilize to understand the sample application and explore it further using Angular documentation or by referring to other Packt Publishing resources.
Angular provides us with tools and frameworks for developing client apps. It uses HTML and TypeScript. It is flexible enough to be used as a model-view-controller (MVC) or a model-view-viewmodel (MVVM).