Ng-Poland 2017
Meet Angularians from all over the world - share knowledge. Hear top speakers from around the world. Learn about the present and future of Angular and its ecosystem, TypeScript, tools and much more.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
๐ค Keynote - Understand NGRX by building a Store
- ๐น 1 video
- ๐ค Todd Motto
In this talk, we'll dive into the Redux paradigm for state management, and build our own Store piece by piece. By understanding Redux and how a Store is assembled, how reducers are composed and state is updated, you'll be able to hit the ground running with NGRX in no time. -
๐ค High-Performance Applications with Angular
- ๐น 1 video
- ๐ค Nir Kaufman
It's time to boost our appellation performance! Through this session we will walkthrough the must have checklist of api's and techniques aimed for improving runtime performance and UX of our Angular application. Get ready for some practical tips that you can apply to your app right away! -
๐ค Login and Access Control in Angular
- ๐น 1 video
- ๐ค Manfred Steyer
Few applications operate without some form of login and access control. But how to implement this requirement best with Angular? This session gives an answer by showing a lot of patterns and best practices. It shows how to leverage tokens, like JWT, to increase the flexibility as well as how to use standards like OAuth 2 and OpenId Connect for Single Sign onโฆ -
๐ค Understanding High Order Observables
- ๐น 1 video
- ๐ค Gerard Sans
In this talk I will be covering High Order Observables and how to master them. These Observables emit other Observables and require specific operators. I will explain how RxJS Core developers deal with complex Observables orchestration and how you can use this knowledge to take your RxJS skills to new heights! -
๐ค Sharing Code between Web and Native Apps with Angular and NativeScript.
- ๐น 1 video
- ๐ค Sebastian Witalec
NativeScript is a free and open source JavaScript framework for building native iOS and Android apps, add to it Angular 2 top it up with Electron and a whole new world of possibilities opens up. This beautiful combo allows us to share the code between the Web and, Mobile (both iOS and Android) apps all built on the common ground of Angular 2. Suddenly the diโฆ -
๐ค Building Angular2 & Firebase application
- ๐น 1 video
- ๐ค Fรกris Ismail
See how fast & easy it is to build an angular app to authorize users using Gmail, Facebook, Twitter and Github. Use AngularFire2 for real-time backend to store and sync data from Firebase database. Later on, use Cloud Functions for Firebase to run backend code in response to events triggered in Firebase. -
๐ค Angular 5 has arrived
- ๐น 1 video
- ๐ค Bartลomiej Naroลผnik
Long waited version 5 of Angular is finally here. In my talk I reveal the most important changes implemented in this release trying to answer a question: How mature Angular framework is with new major version? -
๐ค Separate your concerns with router's resolver
- ๐น 1 video
- ๐ค Filip Mamcarczyk
'This code that requests data for my component looks beautiful in a constructor, I couldn't have done it better. It doesn't matter that user has to wait for the content to render or that I need to request that data in every single component.' - said no one ever. Route guards can save you a lot of headaches when you use them properly, so let's (re)solve some โฆ -
๐ค Form of Art: Validation in Angular Forms
- ๐น 1 video
- ๐ค Shmuela Jacobs
The Angular teams puts a lot of effort for making front-end development easy and enjoyable for us. The Forms Module is a great example - simple to use, wide range of options, understandable API. Usually the biggest pain in forms is validation. But in Angular forms, this is one of the biggest strengths. In this talk Shmuela will show how to leverage the formsโฆ -
๐ค How to use Functional Programming with Angular and why itโs a good idea
- ๐น 1 video
- ๐ค Miลosz Piechocki
The rise of popularity of Functional Programming in the JavaScript community is a fact. Projects such as Redux, Immutable.js, lodash or Cycle.js are becoming more and more widely used and we can see the trend by looking at language features introduced in the ES6 standard (constants, arrow functions, destructuring). On the other hand, Angular framework does nโฆ -
๐ค Packages for Angular
- ๐น 1 video
- ๐ค Manfred Steyer
-
๐ค A few words about task management
- ๐น 1 video
- ๐ค Dariusz Kalbarczyk