angular Faster Perceived Response Time with Angular Material to tackle Need for Speed While the end-users interacting with apps have lower tolerance to response time and higher need for speed, this post discusses different ways front-end developers can cater to their need for speed with off-the-shelf components from Angular Material.
angular Handling realtime data storage in Angular using Firebase Cloud Firestore This article will give you a step by step walkthrough on implementing a realtime database in your Angular Apps using Firebase Cloud Firestore.
angular Custom Theme for Angular Material Components Series: Part 3 — Apply Theme This is the third article of Custom Theme for Angular Material Components Series. In the first and second, we understood how Angular Material’s and its components' themes work.
angular Angular 10 - Towards the Better future for Angular Angular 10 is released, many developers sent me messages asking we cannot see any features, yes there was no big feature, but sometimes you need to take some time to prepare for a better future, and this is what Angular 10 release was all about.
angular Implement file upload with Firebase Storage in our Angular App: The simple way In this article, we'll cover the feature of uploading files to a Firebase Storage Bucket using Firebase Storage and Reactive Forms in Angular. You'll get the best learning experience out of this article, if you have a basic understanding of Angular, Angular Material and Firebase is relevant.
angular Switch themes like a fox based on Ambient Light in your Angular Apps Learn how to automatically change themes with the change in ambient lighting conditions in your Angular App. Here's a simple, step by step, and easy to follow article for beginners.
angular Let's implement a Theme Switch like the Angular Material Site Learn how to implement a Theme Picker from scratch, for your Angular App. This is a beginners guide and you'll get to know the best practices you should follow along the way.
angular Implement Google Sign-In(OAuth) in your Angular App in under 15 minutes Learn how to implement Google Sign-In in your Angular App in under 15 minutes. We'll build an App with routing and Firebase Authentication and follow all the best practices while doing it.
angular Stop Using Shared Material Module This article describes an experiment that shows why using the SharedMaterial module in all Angular modules is a bad idea that leads to an increased bundle size.