-
Learning by doing
-
Trainers with practical experience
-
Classroom training
-
Detailed course material
-
Clear content description
-
Tailormade content possible
-
Training that proceeds
-
Small groups
In our new course Angular JS Programming we teach these single-page applications that consist of an HTML page with CSS and JavaScript on the client. Angular JS is an open source web application framework, maintained by Google and the community, that assists in creating single-page applications. Its goal is to simplify both development and testing of web applications by providing client-side model–view–controller (MVC) capability as well as providing structure for the entire development process, from design through testing.
The library works by first reading the HTML page, which has embedded into it additional custom tag attributes. Those attributes are interpreted as directives telling angular to bind input or output parts of the page to a model that is represented by standard JavaScript variables. The values of those JavaScript variables can be manually set in the code or retrieved from static or dynamic JSON resources. You will find more details on this new SpiralTrain course in the infosheet of Angular JS Programming.