February 2019
Intermediate to advanced
446 pages
10h 55m
English
As you already know, we are developing an SPA. Therefore, once the application loads, you will be able to perform all of the operations without a page refresh. All interactions with the server are performed using Ajax calls. Now, we'll make use of the Angular concepts that we covered in the first section. We'll cover the following scenarios:
We'll add a restaurant list component, a restaurant detail component, and a login component using the following command:
// You may ...
Read now
Unlock full access