I was working on one of my new angular projects, I have to create a copy of the existing component and I have to do this multiple times.
Angular Directives are used to manipute DOM based on the conditions provided. This article gives you the list of all built-in directives (attribute & structural) in Angular.
If you’re a UI developer, you might have heard about girds & grid structure during the development process. Most of the developers get confused about when to use & when not to use grids.
PWA is one of the latest trending technology from Google. Most of the websites and web applications are adapting to PWA as it gives superpowers to any common website.
When we are developing an application, we always have different application settings based on the development stages or environment we are in.
If you’re a developer, you probably have heard about GIT or SVN. Also might be heard someone say “Clone that repo” or “Create a new branch from develop” or even “Create a PR once you finish your feature”.