• Angular Elements - Microfrontends (25m)

    Talk about the best way how to lazy load Angular Elements and how to use it to build dynamic configurable microfrontends

  • Angular Elements - Microfrontends

    Talk about the best way how to lazy load Angular Elements and how to use it to build dynamic configurable microfrontends

  • Angular Elements

    Ligthning talk (15m) about the best way how to lazy load Angular Elements

  • RELEASE BUTLER

    Ligthning talk (10 m) about Release Butler - A Twitter bot that helps you to stay up to date with releases of popular frontend frameworks and libraries like Angular, React, Vue, Ember.js, Rxjs, ...

  • Angular Schematics for NG-MY 🐒

    In development, we often want to extract reusable parts of logic into self contained libraries. Modern tooling provided by Angular CLI enables us to provide amazing developer experience for the users of our libraries. Libraries can be added seamlessly, while automating all the necessary setup work. Providing built-in library specific schematics enables us to cut on the learning curve that is needed to get developers productive with our new shiny lib!

  • Angular Schematics

    In development, we often want to extract reusable parts of logic into self contained libraries. Modern tooling provided by Angular CLI enables us to provide amazing developer experience for the users of our libraries. Libraries can be added seamlessly, while automating all the necessary setup work. Providing built-in library specific schematics enables us to cut on the learning curve that is needed to get developers productive with our new shiny lib!

  • Angular Material Theming

    Angular Material is official material design component library for Angular. It already provides great number of polished components out of the box. This enables developers to focus on core business features instead of creating basic components while maintaining flexibility to add what's necessary. Library comes with amazing theming capabilities which enables you to progressively customize way your application looks like. This theming support also really shines in common multi-tenancy branding use case.

  • Proper testing of Angular JS applications with (ES6) modules

    Testing of Angular JS application used to be quite painful especially when using “official” solutions like Karma or Protractor. ES6 (aka ES2015, aka new Javascript release) changed this by introducing standardized module syntax. This enables us to do real unit testing of Angular JS constructs like controllers, factories or services in a very simple and fast fashion.

  • Component pattern for Angular JS (1.X)

    How and why to implement Component Pattern in Angular JS 1.X. Lightning overview of evolution of Angular JS concepts, Component Pattern implementation, migration path to Angular 2.0

  • Component & Model pattern for Angular JS

    Component & Model pattern for Angular JS 1.4