In the world of the Single-Page Application (SPA), one name appears over and over–AngularJS. This is a JavaScript web framework that does things a little differently and with great effect. However, there's a higher bar to getting started with AngularJS than some other JavaScript frameworks. If you don't do things the "Angular Way," it gets real tricky real quick. In this Hands-On Lab, you'll start from zero with a little TypeScript, then work up to Angular 2 and its core constructs. You'll get into how it works with components, modules, and of course the ubiquitous model/view/controller approach. Bring your laptop, a buddy, and a caffeinated beverage of your choice. Once you strap in, it's going to be an exciting hands-on, lecture/lab ride.
Attendance is limited.
Attendee Requirements:
You must provide your own laptop computer for this hands-on lab. Any development laptop with NodeJS v5.x.x (or greater) and npm v3.x.x (or greater) installed before arriving. (Check the versions by opening a command-line terminal and typing "node –v" and "npm –v".) VisualStudio Code is recommended, but not required.