© 2023 Hashnode
#angular-2
Having a strong online presence is vital for any enterprise looking to expand. Numerous entrepreneurs are constantly coming up with novel ways to reach more potential customers, such as launching a web application, website, or mobile app. T…
Angular is a popular choice for building web applications, thanks to its powerful features. But, like any web application, security is a top priority. In this easy-to-follow guide, we'll explore the 6…
In this article, we will take a closer look at the life cycle of angular components and the associated hook functions. In the first chapter you will get an overview and afterwards I will explain the l…
Angular is a popular front-end framework used for developing single-page applications (SPAs). It has a modular architecture and provides a lot of tools and features to make the development process eas…
Photo by Nick Morrison on Unsplash I had planned an Angular Course for the community for a very long time, last year I even decided to stream it. But all efforts were unsuccessful. There was too muc…
Pipes are simple functions to use in template expressions to accept an input value and return a transformed value A pure pipe is a pipe that is stateless and does not depend on any external factors. This means that if we pass the same inp…
In this article, I implement "Two-way binding" using vanilla Javascript. Ok, but what's a two-way binding you ask? What's a Two-Way binding? To understand this, let's start by understanding what a data-binding actually is. Data Binding Data…
In contrast to Angular, which is a front-end framework, React is a JavaScript library. Let's have a slight insight into which is better for our projects. Angular : A group of people and businesses hav…
With online presence being a must, businesses are looking for technologies to build scalable, high-performance, and user-friendly websites and web apps. And Angular framework is one such technology. Initially, Angular was called AngularJS a…
Firstly go to the Supabase dashboard -> Click on "Storage" Give your bucket a name. In my case, I'm giving the name "images" and making it public as we are doing this for testing purposes In my case, I've already created the bucket. The d…