Making Your Wishes Come True

Blog

Interchangeable Components @ AngularConnect - Video, Slides & links of my talk about A/B Testing, Canary Release & White Labeling with Interchangeable Components. This will also show you how to lazy load components and services 😉. https://github.com/wishtack/wishtack-steroids/tree/master/packages/reactive-component-loader https://github.com/wishtack/wishtack-conference-finder  
Unleash the Power of Webpack in Angular - As all Angular developers should already know, Angular CLI is using Webpack under the hood. Fortunately, it’s not too deep and we can reach it without opening the hood (i.e. : ng eject or forking Angular CLI or using a boilerplate). TL;DR: Use Webpack’s require() instead of assets. Why would we do that? Loading assets & cache busting … More Unleash the Power of Webpack in Angular
Handle RxJS Subscriptions Properly Using Rx-Scavenger - One of the must tricky parts in Angular (or simply when using RxJS in general) is to handle Observables’ Subscriptions; but don’t panic! There are many ways to handle this properly and we’ll show you around the most common approaches. TL;DR : Use Rx-Scavenger! https://github.com/wishtack/wishtack-steroids/tree/master/packages/rx-scavenger Common Solutions Angular’s async Pipe Using Angular’s async Pipe, it is … More Handle RxJS Subscriptions Properly Using Rx-Scavenger
GDPR Compliance: Who is affected? - Discover who is affected by the General Data Protection Regulation. … More GDPR Compliance: Who is affected?
Yarn 1.0, Angular-cli 1.4 & React License Troubles - yarn 1.0 release angular-cli 1.4 release React licence troubles … More Yarn 1.0, Angular-cli 1.4 & React License Troubles
The Guide to Building Quality Angular 2+ Components - Learn how to split code and responsibilities between Angular components. … More The Guide to Building Quality Angular 2+ Components
Boost your AngularJS performance with wishtack-steroids and get ready to migrate to Angular 2+ -   If you are here, you are probably as excited as us about Angular 2+ and it’s performance boost with new feature like Ahead of Time compile, OnPush and Lazy Loading… … but you still have this legacy AngularJS code that you love (or hate) so much and you have to migrate to Angular 2+. We talked a … More Boost your AngularJS performance with wishtack-steroids and get ready to migrate to Angular 2+
AngularJS 1.x vs Angular 2+ – Should I Stay or Should I Go - TL;DR : “If I go there will be trouble and If I stay it will be double.” Hello dear Angular developers, I’ll let you know, For those of you who don’t live in a cave or work in a company where angular.io is blocked by the firewall, you are probably aware that Angular 2 is already … More AngularJS 1.x vs Angular 2+ – Should I Stay or Should I Go
Cross Browser Testing & Test Automation with Protractor and Browserstack - Cross-Browser Testing, what’s that for? Did you just come up with this new brilliant web app idea and you are now wondering how to make sure it works on all devices? or do you already have an up & running web app but your users are tired of reporting new browser-specific issues everyday? In both … More Cross Browser Testing & Test Automation with Protractor and Browserstack
%d bloggers like this: