angularday is the first International conference about Google's frontend framework in Italy. From this edition the event will be held in English, in order to welcome the International developers community.

Friday 14th June 2019

09:50 Total Guide To Custom Angular Schematics
Talk by Tomas Trajan (50 minutes)

Angular Schematics are great! They enable us to automate mundane repetitive work and setup so we can focus on what really matters, delivering useful features to our users! In this talk we're going to explore what Angular Schematics are and how we can use provided schematics to the fullest. After that we're going to implement our own custom schematics and integrate them in the Angular CLI workspace project!

10:40 Knock knock, who's there? Authenticating your single page apps using JSON Web Tokens.
Talk by Sam Bellen (30 minutes)

When it comes to writing code, there’s nothing we take more serious than authentication and security. Modern single page applications bring along new challenges. By using solutions like the OpenID Connect protocol and JSON Web Tokens we can improve the user experience when authenticating with your apps, providing a seamless authentication process. In this talk I will try to explain in depth, the way JSON Web Tokens work and can be used to secure your single page apps. I will explain the difference between using opaque tokens and JWTs. The talks will also give an overview of a modern authentication flow and a step by step breakdown of how it works exactly.

11:30 Offline web applications don't exist anymore!
Talk by Francesco Leardini (50 minutes)

Progressive Web Apps (PWAs) enhance web applications and make them ready for the future. One of the most important features of PWAs is their offline capability, as it avoids connectivity issues and drastically improves the user experience. In this session we dive into the world of PWAs, looking at different caching strategies and modern tools to easily build progressive web apps. We will see a real world demo using the Angular framework and Cloud Firestore Database. Firestore is a cloud database solution that enables the offline capability that we are looking for.

12:20 Adventures in Node and Nest
Talk by Zack Chapple (30 minutes)

Our story begins after you’ve created your Angular frontend: up until this point you’ve been using mock data and now you’re wondering “How in the world do I create the backend to power this application?” and “How can I leverage my existing Angular and TypeScript skills to do it”. In this talk we will go through setting up your perfect companion Backend. A Node server with Nest then extending the functionality to be ready for production.

14:40 To be reactive, that's the answer!
Talk by Keilla Menezes Fernandes (50 minutes)

Angular applications are a reactive system. Although the framework architecture provides a basis for building reactive applications, this does not necessarily happen. The RXJS library works great for frontends and applications with large volume of events. What is reactive programming? How RXJS can help you to build wonderful applications is the goal of this presentation.

15:30
2
Elegance of Movement with Reactive Angular Animations
Talk by Elena Gancheva (30 minutes)

Reactive Animations which are implementing best UX concepts with Angular AnimationBuilder Module, SVG and Angular Material.

16:30 Level up your NgRx game
Talk by Önder Ceylan (30 minutes)

State management can get really complex for scaled Angular applications. And, NgRx can be an answer for the complexity of this problem. This talk will cover some of the best practices of building an NgRx Angular app. We'll go through building a good action hygiene, efficiently using schematics, improving your apps performance with one-way data binding and memoized selectors, reducing the boilerplate with entities/schematics and introducing ngrx-data. After this session, you'll have more control on the NgRx platform with the grasp of entities, memoized selectors, effects and schematics.

17:00
2
What's new in 8.0
Keynote by Stephen Fluin (50 minutes)

What's new in 8.0