Lance Finney

Talk: More Unit Testing; Less Effort Description: You have a decent-sized Angular app, but the voice in the back of your head is shouting: you need unit tests. Then you run into a hurdle: you want to test your components, but it’s complicated because your components inject services. How do you get over that hump …

Brian Love

Talk: Schematics: an untapped frontier with Kevin Schuchard Description: Schematics can accomplish nearly any task and published by anyone. Whether you want to generate hundreds of dynamic files or update source code, Kevin and Brian will demonstrate how accessible custom schematics are for you or your organization. If you find yourself repeating the same logic, …

Mark Halpin

Talk: Developing Native Mobile Apps with Angular and NativeScript Description: Developing native apps shouldn’t be hard. Why learn multiple languages, tool sets, and development environments when you don’t have to? NativeScript provides a framework for cross-platform native mobile application development using only web technologies. In this session, you will learn the basics of NativeScript, the …

Michal Szczepaniak

Talk: Supercharge your Angular tests with Jest (snapshots included!) Description: Anyone knows that you should be testing your app. But in the reality, it is really hard and cumbersome to keep all your tests up to date and develop using TDD methodology. Choosing the proper tools for the job is the first and essential step …

Nikita Poltoratsky

Talk: Rendering Angular applications in Terminal. Angular Platforms in depth. Description: I very much believe that being aware of how the technologies we use in day to day life are built is vital knowledge for every developer. One of the dark horses for me in Angular was that magical platformBrowserDynamic().bootstrapModule(AppModule) in the root of my …

Robert Willemelis

Talk: ~920 Bytes – Creating the smallest Angular App in the world Description: In this talk I will show an experimental idea on how to reduce the bundle size of a simple angular application to a size under 1Kb by using a code coverage report of (unit-)tests, typescript and learning javascript deeper by deleting lines …

Stanimira Vlaeva

Talk: Building a bundler Description: Webpack is the most popular module bundler for JavaScript today. If we peek into the frontend world, we will see that webpack is an integral part of the Angular, Vue, and React build systems, optimizing the application performance and boosting the development experience of thousands of developers. But how well …

Mike Ryan

Talk: The Facade of NgRx Facades w/ Brandon Roberts Description: The facade pattern with NgRx claims to offer developers a way to encapsulate NgRx concerns and keep them separate from your component layer. In this talk, the NgRx core team will dive into facades to investigate if facades are really just a facade or if …

Mike Brocchi

Talk: Ivy Description: Talk with Justin Schwarty Bio: Mike is a web developer who enjoys creating great experiences for users as well as teaching others. Mike gives great hugs (shameless self-promotion) and loves interacting with the community, not just through hugs. Most of all, Mike loves his family, time away from the computer is spent …

Dan Wahlin

Talk: Simplifying Front-End State Management with Observable Store Description: There are a lot of state management options for Angular applications, but which one is appropriate for your application? In this talk Dan Wahlin will discuss several options that are available and the pros and cons of each. He’ll then show a lesser known (yet simple) …