Tag Archives: Todd Motto

Weekly 2019-10-23

Angular releases & docs

angular: 8.2.11, 9.0.0-next.12 (2019-10-18)
angular-cli: 8.3.12, v9.0.0-next.13
angular material2: 8.2.3
Twitter feed for all your releases: Release Butler

Links

Netanel Basal
Testing Asynchronous Code in Angular Using FakeAsync
Netanel Basal @NetanelBasal

Santosh Yadav
Overriding Angular Schematics
Santosh Yadav @Santosh19742211

Rocky Segarra
Adding Font Awesome to an Angular CLI project using npm
Rocky Segarra

Todd Motto
Attributes versus Properties in JavaScript
Todd Motto @toddmotto

Todd Motto
TypeScript Types: The Any Type
Todd Motto @toddmotto

John Papa
Vanilla JavaScript and HTML – No frameworks. No libraries. No problem.
John Papa @John_Papa

Michael Hladky
Vanilla JavaScript and HTML – No frameworks. No libraries. No problem.
Michael Hladky @Michael_Hladky

Upcoming Events

https://developer-academy.ch/

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a comment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

Members are very welcome! Click here to become a member.

Weekly 2018-09-05

Angular releases & docs

angular: 6.1.6, 7.0.0-beta.4 (2018-08-29)
angular-cli: v6.1.5, v6.2.0-rc.1
angular material2: 6.4.7, 7.0.0-beta.0
Twitter feed for all your releases: Release Butler

Links

Cory Rylan
Introduction To Web Components
Cory Rylan (@coryrylan)

Cory Rylan
Building Web Components with lit-html
Cory Rylan (@coryrylan)

Todd MottoDavid East
NgRx Selectors How to stop worrying about your Store structure
David East & Todd Motto (@toddmotto @_davideast)

Nicholas Jamieson
RxJS: Avoiding Unbound Methods
Nicholas Jamieson (@ncjamieson)

Juri Strumpflohner
Create a CD pipeline with Angular, GitLab and Firebase
Juri Strumpflohner (@juristr )

Upcoming Events

Swiss Angular Kick-Off: Angular Elements & Angular Cross-Platform
Donnerstag, 13. September 2018, 18:00 bis 21:00
Mövenpick Hotel Zurich-Regensdorf
Im Zentrum 2 · 8105 Zürich-Regensdorf

Angular & Typescript Workshop

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

Members are very welcome! Click here to become a member.

weekly 2018-02-14

Angular releases & docs

angular: 5.2.4, 6.0.0-beta.3 (2018-02-07)
angular-cli: 1.6.8, v1.7.0-rc.0 v6.0.0 Beta
angular material2: 5.2.1, 6.0.0-beta-0

Links

Todd Motto Testing Actions in NGRX Store – Todd Motto
Todd Motto Testing Reducers in NGRX Store – Todd Motto
Marius Schulz TypeScript 2.6: JSX Fragment Syntax – Marius Schulz
Juri Strumpflohner Create a CD pipeline with Angular, GitLab and Firebase – Juri Strumpflohner
Bram Borggreve Angular Presentations – Bram Borggreve
Addy Osmani Introduction Webpack – Addy Osmani
Fabian Gosebrink Separating state into angular modules with ngrx – Fabian Gosebrink
Tanya Gray Understanding NgRx Effects and the Action Stream – Tanya Gray
Netanel Basal Using TypeScript Dynamic Imports in Angular – Netanel Basal
Austin Mocking with Angular: More than just unit testing – Austin

Upcoming Events

Meetup February – Angular Material
Mittwoch, 28. Februar 2018
19:00 bis 21:00
Aeschenvorstadt 36 · Basel

uphill conf
Bern
26th-28th April 2018

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

swissangularlogofont

Members are very welcome! Click here to become a member.

weekly 2018-01-17

Angular releases & docs

angular: 5.2.0 (2018-01-10)
angular-cli: v1.7.0-beta.0
angular material2: 5.0.4

Links

Tomas Trajan Angular NgRx & Angular Material Starter Project – Tomas Trajan
Brandon Morelli JavaScript — Null vs. Undefined – Brandon Morelli
Todd Motto Typing Arrays in TypeScript – Todd Motto
bitsofcode What’s New in HTML 5.2? – bitsofcode
Manfred Steyer Microservice Clients with Web Components using Angular Elements: Dreams of the (near) future? – Manfred Steyer
Manfred Steyer Schematics: Generating custom Angular Code with the CLI – Manfred Steyer
Max NgWizard K Learn to combine RxJs sequences with super intuitive interactive diagrams – Max NgWizard K
Max NgWizard K Everything you need to know about change detection in Angular – Max NgWizard K
Ben Nadel Creating A Jump-To-Anchor Fragment Polyfill In Angular 5.2.0 – Ben Nadel
Cory Rylan Keeping your Angular CLI project up to date – Cory Rylan
Marius Schulz Code-Splitting a TypeScript Application with import() and webpack – Marius Schulz
Marius Schulz TypeScript 2.4: Dynamic import() Expressions – Marius Schulz
Stephen Fluin Add a Sitemap to an Angular SPA with Firebase Functions – Stephen Fluin
Damien Bowden Angular OIDC, OpenID Connect Implicit Flow – Damien Bowden
Minko Gechev Static analysis for Angular projects. codelyzer – Minko Gechev

Upcoming Events

Angular Basel: What’s new in Angular 5
Mittwoch, 17. Januar 2018
19:00 bis 22:00
Aeschenvorstadt 36 · Basel

uphill conf
Bern
26th-28th April 2018

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

swissangularlogofont

Members are very welcome! Click here to become a member.

weekly 2018-01-03

Angular releases & docs

angular: 5.1.2 (2017-12-20), 5.2.0-beta.1 (2017-12-20)
angular-cli: 1.6.3
angular material2: 5.0.3

Links

Paul Irish Debugging The Web (Chrome Dev Summit 2016) – Paul Irish
Dave M Bush Angular Cross Field Validation – Dave M Bush
Jorge Cano The importance of upgrading your Angular Web Apps – Jorge Cano
Todd Motto Classes vs Interfaces in TypeScript – Todd Motto
Code Handbook How To Create A Web App Using Angular And Firebase – Code Handbook
Netanel Basal Give your modals URL address with Auxiliary Routes in Angular – Netanel Basal
Torgeir Helgevold Comparing Angular Bundlers – Torgeir “Tor” Helgevold
Austin NGRX Actions – Austin McDaniel
Manfred Steyer Generating custom Angular Code with the CLI and Schematics, Part III: Extending existing Code with the TypeScript Compiler API – Manfred Steyer

Upcoming Events

Angular Basel: What’s new in Angular 5
Mittwoch, 17. Januar 2018
19:00 bis 22:00
Aeschenvorstadt 36 · Basel

uphill conf
Bern
26th-28th April 2018

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

swissangularlogofont

Members are very welcome! Click here to become a member.

weeekly 2017-12-20

Angular releases & docs

angular: 5.1.1 (2017-12-13), 5.2.0-beta.0 (2017-12-13)
angular-cli: 1.6.1
angular material2: 5.0.2

Links

Sander Elias RxJS 5.5+ lettable OnDestroy operator for Angular 4+ – Sander Elias
Eric L. Anderson Identity Server: Upgrade Client to Angular 5 – Eric L. Anderson
Fiyaz Bin Hasan Migrating from the old ASP.NET Core Angular Spa template to the newer one – Fiyaz Bin Hasan
angular university Angular App Shell – Boosting Application Startup Performance – angular university
Victor Savkin ngAir 140 – Nx for Enterprise Angular Development – Victor Savkin
Todd Motto NGRX Store: Actions versus Action Creators – Todd Motto
Nir Yosef The Ugly Side Of Redux – Nir Yosef
Maxim NgWizard K He who thinks change detection is depth-first and he who thinks it’s breadth-first are both usually right – Maxim NgWizard K
Prosper Otemuyiwa Webpack: A Gentle Introduction to the Module Bundler – Prosper Otemuyiwa
Tomas Trajan Practical RxJS In The Wild 🦁— Requests with concatMap() vs mergeMap() vs forkJoin() 🥊 – Tomas Trajan
Manfred Steyer A lightweight and solid approach towards micro frontends (micro service clients) with Angular and/or other frameworks – Manfred Steyer
Ben Nadel Using Data Attributes To Pass Configuration Into An Event Plug-in In Angular 5.1.1 – Ben Nadel

Upcoming Events

Angular Basel: What’s new in Angular 5
Mittwoch, 17. Januar 2018
19:00 bis 22:00
Aeschenvorstadt 36 · Basel

uphill conf
Bern
26th-28th April 2018

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

swissangularlogofont

Members are very welcome! Click here to become a member.

weekly 2017-12-06

Angular releases & docs

angular: 5.0.5 and 5.1.0-rc.1 (2017-12-01)
angular-cli: v1.6.0-rc.2
angular material2: 5.0.0-rc.3

Links

Manfred Steyer Automatically Updating Angular Modules with Schematics and the CLI – Manfred Steyer
Manfred Steyer angular-crud – Manfred Steyer
Netanel Basal Angular Tests Made Easy With ngx-easy-test – Netanel Basal
Stella Chung How to implement Dijkstra’s Algorithm in JavaScript – Stella Chung
Marius Schulz TypeScript 2.4: Weak Type Detection – Marius Schulz
Todd Motto NGRX Store + Effects course – Todd Motto
Prosper Otemuyiwa Webpack: A Gentle Introduction to the Module Bundler – Prosper Otemuyiwa
Ben Nadel Handling Global Keyboard Shortcuts Using Priority And Terminality In Angular 5.0.5 – Ben Nadel

Upcoming Events

TypeScript Switzerland
TypeScript 2.4, 2.5, 2.6
Dienstag, 19. Dezember 2017
18:00 bis 21:00

Angular Basel: What’s new in Angular 5
Mittwoch, 17. Januar 2018
19:00 bis 22:00
Aeschenvorstadt 36 · Basel

uphill conf
Bern
26th-28th April 2018

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

swissangularlogofont

Members are very welcome! Click here to become a member.

Weekly 2017-08-30

Angular releases & docs 4.3.6
angular-cli 1.3.2, 1.4.0-rc.1 https://github.com/angular/angular-cli/releases

Links

Alexander Zlatkov How JavaScript works: inside the V8 engine + 5 tips on how to write optimized code – Alexander Zlatkov
Maxim Koretskyi Avoiding common confusions with modules in Angular – Maxim Koretskyi
Jonas Felix Angular Continuous Delivery / Deployment with gitlab-ci, stage on commit and prod on git-tag – Jonas Felix
Alex Eagle Building Angular apps at scale – Alex Eagle
Eric Elliott Struggling to Find Great Senior JavaScript Developers? Mentorship is the Answer – Eric Elliott
Dominic Elm Taming snakes with reactive streams – Dominic Elm
Bob at Genuitec Realtime Server Monitoring App with Angular 4 , Node.js & Chart.js – Bob at Genuitec
Ben Lesh RxJS Observable interop with Promises and Async-Await – Ben Lesh
Aaron Marisi Prototyping with Adobe XD and Angular Material – Aaron Marisi
Maxim Salnikov Angular Progressive Web App using Workbox 2.0 – Maxim Salnikov
Todd Motto Preloading ngrx/store with Route Guards – Todd Motto
Bryan Fillmer Keep Trying: Redux Saga Style – Bryan Fillmer
Austin McDaniel Angular Performance Tip: Projected Content – Austin McDaniel

Upcoming Events

Angular Meetup Basel – End to End Testing and CI
Mittwoch, 30. August 2017, 19:00
Klybeckstrasse 190

Artificial Intelleigence meets Developers
Jazoon Zürich
26th, 27th October 2017
ConventionPoint Zürich

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.

Angular weekly 2017-07-19

Summer is here. Next issue will be in August.

Angular releases & docs
4.3.0 (2017-07-14)

angular-cli 1.3.0-beta.1
https://github.com/angular/angular-cli/releases

Webpack
https://github.com/webpack/webpack/releases/tag/v3.3.0

Links

Anas R Firdousi How to make custom Angular Components Form Enabled & ngModel Enabled? – Anas R Firdousi
letsboot How to install and setup AngularFire2 4.0 – letsboot
Nicolás Bevacqua Pattern Matching in ECMAScript – Nicolás Bevacqua
Maxim Koretskyi What is `forwardRef` in Angular and why we need it – Maxim Koretskyi
uve A beginner’s guide to making Progressive Web Apps – uve
Justin Schwarty What we Really Want to Know Is Template or Reactive? – Justin Schwarty
Victor Savkin NgRx: Patterns and Techniques – Victor Savkin
Gábor Soós Angular Testing In Depth: Components – Gábor Soós
Manfred Steyer Directly upgrading from AngularJS 1.x to Angular without preparing the existing Code Base – Manfred Steyer
Kat Marchán Introducing npx: an npm package runner – Kat Marchán
A. Vatsaev Create efficient Angular Docker images with Multi Stage Builds – A. Vatsaev
Cédric Exbrayat What’s new in Angular 4.3? – Cédric Exbrayat
anthonygiretti Angular 4 must have extensions for Visual Studio Code – anthonygiretti
Austin PWAs with the Angular CLI – Austin
Dor Moshe ES8 was Released and here are its Main New Features – Dor Moshe
Todd Motto Lazy loading: code splitting NgModules with Webpack – Todd Motto
Ryan Chenkie Angular Authentication: Using the Http Client and Http Interceptors – Ryan Chenkie

Upcoming Events

Artificial Intelleigence meets Developers
Jazoon Zürich
26th, 27th October 2017
ConventionPoint Zürich

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.

Angular Weekly 2017-05-24

Angular releases & docs
angular 4.2.0-rc.0 (2017-05-19) 4.1.3 (2017-05-17)

Links

Pam Lahoud Integrating Angular 4 Unit Tests with Visual Studio Team Services (VSTS) – Pam Lahoud
Eric Elliott Composing Software: An Introduction – Eric Elliott
João Angelo Two-Factor Authentication Using Biometrics – João Angelo
Ben Nadel Inverse Type Guards Work In TypeScript – Ben Nadel
Deborah Kurata Build a Simple Angular Service to Share Data – Deborah Kurata
Todd Motto RxJS: Observables, observers and operators introduction – Todd Motto
Brecht Billiet A scalable Angular 2 architecture – Brecht Billiet
Minko Gechev 7 Angular Tools That You Should Consider – Minko Gechev
Pedro Silva Moreira Guidelines for Building Software that Will Make People Hate You – Pedro Silva Moreira
Minko Gechev Angular Performance Checklist – Minko Gechev

Upcoming Events

Angular Meetup Basel – with 30min Talk
Angular Basel
Dienstag, 30. Mai 2017, 19:00
Klybeckstrasse, Basel

Lightning Talks, Workshops, Social Event
Typescript Swizerland
Dienstag, 20. Jun, 18:00
Zürich

Contribute to the week in Angular

This weekly cannot exist without community contributions, thanks to all who created blogs, sent links or contributed in some way. Want to add a link, plug your event, highlight your cool Angular blog, or something else? Add a commment here, or ping us on Twitter: Damien or Fabian

twitter | github | members

 

swissangularlogofont

Members are very welcome! Click here to become a member.