Angular Munich Meetup #17 - Angular in Webstorm, Angular Material, Observables vs Promises

Agenda
18:30 - Pizza, Drinks, Networking
19:00 - Ekaterina Prigara (https://twitter.com/katyaprigara): Angular workflow in WebStorm
19:15 - Paul Gschwendtner (https://twitter.com/DevVersion): Angular Material Updates
19:45 - Break
20:15 - Zlatko Đurić: Observables vs. Promises in Angular services
20:45 - more networking and drinks
Details
Angular workflow in WebStorm by Ekaterina Prigara (https://twitter.com/katyaprigara)
In this talk we'll have a look at how WebStorm, the JavaScript IDE, can help building an Angular app. We'll go through creating a new Angular project using Angular CLI, navigating around in it, adding and refactoring the code, testing the app with Karma and debugging it in the IDE.
About Ekaterina
Ekaterina is a Product Manager at JetBrains and she's working on WebStorm, the JavaScript IDE. She's interested in all things JavaScript, UX and music.
Angular Material Updates by Paul Gschwendtner (https://twitter.com/DevVersion)
A short update of what's going on within Angular Material. Quick overview of new components that have been released recently. Introduction to the on-going development of Angular's Component Development Kit.
The new Angular Component Development Kit (CDK) is a set of utilities that you can use to write awesome Angular components with ease (still in progress)
The CDK will provide services, directives and components (extracted out of Angular Material) to help you build advanced components that can be:
- accessible
- multi directional (RTL)
- interactive (keyboard, gestures, etc..)
- floating panels (dialogs, overlay, toasts, etc..)
- and more!
About Paul
Paul is a 17-year-old developer living in Germany. While he attends school, Paul works as a core team member on Angular Material. Paul focuses on tooling and building components for Angular.
Observables vs. Promises in Angular services by Zlatko Đurić
Angular 2 brought Observables into the built-in http module instead of Promises. But at first, I've just converted anything from $http.get() to a Promise. Now, with a year or so in production, I've switched back to Observables, and in this talk I want to show what I find better, what is worse, and ultimately, that Observables version now wins.
About Zlatko
A Node.js dev working mostly on backend systems and very rarely client-facing apps. Because of that, as a rule I get to do the "non-important" backoffice (inhouse) dashboards. And what better tool for doing all those dashboards than Angular?
