You know that the journey from AngularJS to Angular can be tricky. You may also know that NgRx can help make your Angular applications be more scalable and testable. But did you know that NgRx and ngUpgrade can work together to take your upgrade to warp factor 10 ?
In this talk, Mike Ryan and Sam Julien — the NgRx guy and the ngUpgrade guy — will teach you how to inject your NgRx store into your AngularJS code. You can then dispatch actions and trigger effects from AngularJS! You’ll learn how to set up this strategy and how to use it to migrate step-by-step. You’ll also learn how NgRx + ngUpgrade can give you greater flexibility in your upgrade by decoupling your business logic, how you can call AngularJS services with effects (even when they’re returning promises), and how to gracefully transition a feature from AngularJS all the way to Angular with NgRx.