Overview of Angular
Get introduced to the problems that Angular has resolved for developers.
We'll cover the following...
Now that you know what Angular and Ionic are, it’s time to start looking into things more deeply. In the first part of this course, we’re going to be concentrating on Angular, and in this chapter, we’re going to be looking at the architecture of an Angular application.
How are we going to do that? Well, we need an application to look at; in order to see the various parts of the application: what they are, what they do, and how they are built. In order to do this, we need to create an Angular application, and in order to do that, we need to install the Angular CLI. So, let’s do that.
In this chapter, we’ll be looking at the architecture of an Angular application to see how the Angular framework structures a typical application. You’ll also learn how the various parts of an Angular ...