Adithya Sreyajsreyaj.hashnode.net·Apr 7, 2021Creating buttons with custom loading animations in Angular - Simple and Easy!I have previously written about How to create consistent buttons for your Angular projects using the power of Directives. We saw why it is necessary to maintain consistency in our applications and how it impacts the UX of the whole app. Today we are...73 likes·6.6K readsAngular 2
hatem ben tayebhatembentayeb.hashnode.net·Jan 4, 2021Deploying a Dockerized Angular App with Github ActionsIn this article we will discover the DevOps movement step by step, we will talk about the fundamental concepts then we will make a basic pipeline with GitHub actions to deploy an Angular 6 app, so let’s go. What is DevOps? DevOps is used to remove t...43 likes·239 readsDeploy projects to heroku Angular 2
Yash Tiwaricoursesity.hashnode.net·May 12, 20218 Best Angular IDE in 2021 for Angular DevelopmentAngular is a framework for javascript development that Google developed in 2009. When developing software, code, and testing, developers employ various tools and frameworks. Those tools chosen in the market for some development processes provide hand...40 likes·453 readsAngular
Deepak Rudra Pauldeepakrudrapaul.hashnode.net·Apr 22, 20236 Essential Security Tips for Angular Applications in 2023Angular 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 must-know security practices for Angular applicat...Angular
Pawel Woltschkowpawel-woltschkow.hashnode.net·Apr 8, 2023Lifecycle of Angular ComponentsIn 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 life cycles in detail. Lifecycle of Components When...32 likes·34 readsAngular
VIVEK RAJYAGURUvivekrajyaguru.hashnode.net·Apr 1, 2023Best Practices for Building Your Angular AppsAngular 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 easier and more efficient. One of the key aspects of ...Angular
Santosh Yadavsantoshyadavdev.hashnode.net·Mar 11, 2023My Course on Angular Getting StartedPhoto 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 much in my plate, I decided to move to a new country,...1 likeAngular
AKhil kumar Singhakhilstyles.hashnode.net·Feb 26, 2023Pure and Impure Pipe in Angular with an Example.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 input to a pu...10 likes·36 readsAngular
ArunKumar Sri Sailapathiarunkumars08.hashnode.net·Feb 22, 20232-way binding using Vanilla JavascriptIn 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 Binding i...41 readsFrontend Engineering Interview Questionstwo-way-data-binding
Shreya Trivedi shreya-trivedi.hashnode.net·Feb 18, 2023Angular Vs ReactIn 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 have come together to form the Angular Team at Google...67 readsAngular
Syed Hussainisyedhussaini96.hashnode.net·Feb 6, 2023Why Angular should be given a chance?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 and written...Angular
Syed Hussainisyedhussaini96.hashnode.net·Feb 3, 2023How to upload an image to Supabase from the Angular applicationFirstly 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 dashboard s...38 readsAngular
Abhay Nirmalabhaynirmal.hashnode.net·Jan 26, 2023Lazy Loading in AngularWhy should we use this feature? Lazy Loading helps keep initial bundle sizes smaller, which in turn helps decrease load time and see our site blinks faster on user screen. Lazy Loading conserves bandwidth by delivering content to users only if it’s...1 like·34 readsAngular