Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
93 lines (57 loc) · 1.65 KB

2018-07-03.md

File metadata and controls

93 lines (57 loc) · 1.65 KB

Angular Meetup Basel

Welcome


Agenda

  • Shoutouts, News, announcements
  • Presentations
    • Writing Unit Tests for Angular Components (Steffi)
    • Use Airtable as Backend for your Angular app (Ben)
    • Unit- vs. Integrations- vs. e2e-Tests (Nico)
  • Networking

Shoutouts / News

  • Jobs, Projects?
  • Meetups, Events, Trainings?
  • News?

Angular Slides:

https://wingsuitist.github.io/angular-basel-meetup/index.html


Please share your insight

Wanted topics:

  • good examples / real live apps
  • Redux, ngrx/store
  • MEAN Stack
  • ngUpgrade
  • Lazy Loading / Routing
  • RxJS
  • Serverless AWS Lamda/Firebase
  • ... AOT, Translations
  • How to integrate other libraries into Angular

Writing Unit Tests for Angular Components


Background

  • frontend dev
  • experience in unit testing in Java and JavaScript (but not in Angular)
  • first own project, starting from scratch

Motivation for this presentation

  • error messages hard to understand at first -> give you a headstart
  • understand it better myself

Tips

  • test right from the start
  • have tests running while developing
  • continuous integration
  • ask yourself repeatedly: what do I actually want to test?
  • isolate - mock away as much as possible
  • practice

Use Airtable as Backend for your Angular app


Unit- vs. Integrations- vs. e2e-Tests


Let's talk

<iframe src="https://giphy.com/embed/26ufbjVtvdCaikoP6" width="900" height="600" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>