Angular 1.x - Advanced Topics


Details
Agenda
18:00 - 18:15 - Gathering
18:15 - 19:00 - Angular internals by use cases by Admon Sasson
19:00 - 19:15 - Break
19:15 - 20:00 - Managing state in Angular 1.x by Adam Klein
------------------------------------------------------------------------------
Angular internals by use cases by Admon Sasson, Full Stack Developer and Angular Expert
During the session we will overview real world solutions that use angular internal components.
WalkMe's product has several Angular apps embedded in a browser extension.
This unusual architecture led us to come up with solutions employing several Angular advanced techniques.
By exploring these use cases, we aim to demonstrate Angular abilities, so others can also find creative ways for using them. We will talk about the injector, template cache and providers among other things.
Managing state in Angular 1.x by Adam Klein, CTO of 500Tech
In Angular1, each component / page manages its own internal state. In modern web apps, that approach just doesn't cut it. Different components need to share state, sometimes even across pages.
Redux is one solution that solves this, but rarely do we see it being used with Angular1.X. It is more commonly used in React & Angular2 apps.
In this talk we will go over the choices you have for managing an application-wide state in Angular1, and examine the integration of Angular1 with Redux.

Sponsors
Angular 1.x - Advanced Topics