I came across a question somewhere regarding adding a custom prompt of “Add to Home Screen” for your progressive web application for the browsers that do not have a built-in support for the same. An example of this is the Safari browser that currently does not prompt the user for adding an app to your… Continue reading Custom A2HS for your PWA
Author: unravelweb.dev
Angular web app on Azure Static web apps
Building your app from a Github repository, with monitored commits and continuous deployment. Sounds fun? We can do this using Azure Static web apps. This was announced at Microsoft Build this year 2020. And, it seems to be making the task of building and hosting our web applications seamless. heard it right! Hosting web apps,… Continue reading Angular web app on Azure Static web apps
Counter with Redux-saga
Have been exploring redux-saga lately and thought I will put down here a simple counter example using Redux saga with TypeScript to manage the counter state across the application. We will start with with a simple create-react-app with a Counter Component. In the first part of the article, we will see how to modify the… Continue reading Counter with Redux-saga
Implement an e-commerce application
Create relevant components and modules Perform routing in your app Prepare services to interact with data Manage the state of the application We’ll create a cart example where we would implement all the concepts like services, routing, state management using services etc. It would basically look like: Set up development environment Install node and npm… Continue reading Implement an e-commerce application
IWD India Summit 2020
IWD India Summit 2020 is not very far and I am sure all of you are as excited as I am.I will be talking about framework-agnostic web components in Polymer, Angular etc. on May 31, 2020. Talk: Web Technologies/AngularDate & Time: May 31, 3:15PM — 3:45PM I am writing this blog post to bring up… Continue reading IWD India Summit 2020
Global Azure Virtual 2020 – Angular with Azure
I shared my two cents about using and deploying your Angular applications to Azure with CI/CD in the Global Azure Virtual 2020 UK and Ireland. A demo of this is given here in my talk recording: I have attached screenshots of what it takes during the process. So you can look at those in my… Continue reading Global Azure Virtual 2020 – Angular with Azure
HackOn Hackathon – World of web components
A hackathon event was organised on April 18, 2020 and we discuss about how the web is getting componentized day by day. I mainly covered about the importance of web components in the era of changing frameworks and technologies in the world of web. We saw how Polymer components can be created, Angular components can… Continue reading HackOn Hackathon – World of web components
Microsoft Most Valuable Professional (MVP)
Around May 2018, I started my journey of development and with Angular. With loads of learning and projects in the progress, I started writing blog posts and sharing my understanding with others through the writings, videos, discussions etc. This gave way to diving deeper into technology and I started sharing my learning by delivering talks… Continue reading Microsoft Most Valuable Professional (MVP)
DI deets
The title seems vague? I hope you guessed already what it is going to be about. In this blog post, I will be sharing about dependency injection in general and move to further discuss the DI details in Angular framework. I will try to dive deeper into the topic and demystify some of the less known concepts… Continue reading DI deets
Bye bye, entryComponents?
With angular 9, there has been a lot of talking going on around entryComponents, and the Angular developers who had not been much aware of entryComponents have now been interested in knowing more about it. In this blog post, I will try to cover everything that might help you clear up all the thoughts you… Continue reading Bye bye, entryComponents?