6 followers
I am Senior MEAN Stack developer from Accenture.
I will be sharing my day-to-day learning experiences here with the community.
A custom store is an object that provides, at the minimum, the same functionality as any one of the native stores (readable or writable), and that can...
Make use of Headless Chrome Headless Chrome is a way to run the Chrome browser in a headless environment without the full browser UI. One of the...
To prevent browse back navigation we make use of History.pushState()web api. As soon as the user lands on the component where we want to disable back...
I had this requirement to display or keep track of application version that we are currently using in our environments. Typically any mid to large...
In this article I will present a way to validate Angular forms, both - model driven and template driven. For this we will need two directives:(1)...
Often we have a need to disable contents of our application for old browsers (like Internet Explorer) due to various reasons, some of which could be...