Real World ngUpgrade

You know you should migrate your application from AngularJS to Angular, but you’re overwhelmed. You watch ng-conf talks about shiny new features like reactive forms and you think, “Ugh, we really should upgrade.” You pull up a few articles and you’re instantly crushed by confusion. Webpack? TypeScript? AOT? What the heck is all of this?

Read More

NgRx: Don’t Sweat the State Stuff

In this one day workshop you will learn how to manage state in your Angular applications using the NgRx platform that is inspired by Redux. We’ll start by learning the basics of describing the actions that change the state of our application. Then, we’ll wire up a reducer to handle the immutability of the state

Read More

Angular Fundamentals – Advanced Concepts

In this one day workshop we will learn the advanced concepts of building single page applications using Angular 6. We’ll learn how to create services and directives, unit tests and end-to-end tests, validators, and more. We’ll also learn about component design, lazy loading, and dependency injection. And, we’ll use the popular Angular Material library to

Read More

Angular Fundamentals – Basics

In this one day workshop you will learn the basics of building single page application using Angular 6. We’ll learn how to use the Angular command line interface (CLI) to build a new project as well as modules and components with the goal of creating a basic Angular application. We’ll also cover routing and the

Read More

Unit Testing Angular Like a Boss

In this workshop, we will cover the entirety of unit testing with Angular. From testing the classes of components and services to dealing with pipes, templates, and even async code, this session will give you all the knowledge you need to unit test Angular like a boss. You will learn how to: Set up your

Read More