February 2018
Intermediate to advanced
356 pages
9h 10m
English
In our CMS application, we will work with some Angular components. We will use Controllers which will interact with our HTML and handle the behavior of some pages, such as those that show error messages. The Services is responsible for handling the infrastructure code such as interacting with our CMS API. This book is not intended to be an AngularJS guide. However, we will take a look at some interesting concepts to develop our application.
The AngularJS common tags are:
These tags are included in the AngularJS Framework. There are many more tags created and maintained by the community. There is, for example, a library to work with HTML forms, we will use it to add dynamic ...