Blog

Page 102 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How can I write data attributes using Angular?

How can I write data attributes using Angular?

Published on September 2, 2023

# How to Write Data Attributes Using Angular πŸ“πŸ’» Are you struggling to write data attributes in your Angular template? Don't worry, you're not alone! Many developers face this issue when trying to bind data attributes in their templates. In this blog pos

Cover Image for What is the proper use of an EventEmitter?

What is the proper use of an EventEmitter?

Published on September 2, 2023

πŸ”₯πŸ“ The Proper Use of an EventEmitter: Simplifying Angular Communication πŸ“£πŸ‘₯ Have you ever found yourself scratching your head, wondering how to properly use an EventEmitter in Angular? πŸ€” Well, fret no more! In this blog post, we'll demystify the use o

Cover Image for What is an unhandled promise rejection?
javascript

What is an unhandled promise rejection?

Published on September 2, 2023

# What is an unhandled promise rejection? πŸ€” You're not alone! Many developers, especially those new to JavaScript and frameworks like Angular, often come across the error message "Unhandled Promise Rejection". It can be confusing and frustrating when you

Cover Image for Use component from another module

Use component from another module

Published on September 2, 2023

# The Ultimate Guide to Using Components from Another Module in Angular πŸš€πŸ’‘ So you've created an Angular 2 app and decided to separate your components into modules. But now you've run into a little hiccup - you want to use a component from one module in

Cover Image for How to add bootstrap to an angular-cli project

How to add bootstrap to an angular-cli project

Published on September 2, 2023

# How to Add Bootstrap to an Angular-CLI Project So, you want to add Bootstrap 4 to your Angular-CLI project? Great choice! Bootstrap is a popular CSS framework that can make your web app look sleek and professional. However, adding Bootstrap to an Angula

Cover Image for How to add font-awesome to Angular 2 + CLI project

How to add font-awesome to Angular 2 + CLI project

Published on September 2, 2023

πŸŽ‰πŸ‘¨β€πŸ’»Hey there, Angular enthusiasts!πŸ‘‹ Are you ready to level up your Angular 2+ projects by adding some font-awesome awesomeness?πŸ’ͺ😎 I'm here to guide you through the process step by step, so let's dive in and make your project shine!✨✨ ## πŸ”§ Prepar

Cover Image for What is the best way to delete a component with CLI

What is the best way to delete a component with CLI

Published on September 2, 2023

# The Best Way to Delete a Component with Angular CLI πŸš€ So you want to get rid of an old Angular component but you're running into some trouble with the command line interface (CLI)? Don't worry, you're not alone! Many developers have faced this issue, e

Cover Image for How to get query parameters from URL in Angular 5?

How to get query parameters from URL in Angular 5?

Published on September 2, 2023

πŸ“ **Title**: How to Easily Get Query Parameters from URL in Angular 5 Intro: Are you struggling to get query parameters from the URL in Angular 5? Don't worry! You're not alone. Many developers face this issue when starting their applications with query

Cover Image for Angular: How to update queryParams without changing route
query-string

Angular: How to update queryParams without changing route

Published on September 2, 2023

πŸ“’ **Hey Angular enthusiasts! Get ready to level up your skills with this hot πŸ”₯ topic: Updating queryParams without changing the route in Angular.** πŸ€” Are you facing the challenge of modifying queryParams in your Angular app without triggering a route

Cover Image for How to get current value of RxJS Subject or Observable?
javascript

How to get current value of RxJS Subject or Observable?

Published on September 2, 2023

# How to get the current value of RxJS Subject or Observable? So, you have an Angular 2 service that uses RxJS Subject to manage the isLoggedIn status. πŸ‘ But there's a catch - you have another component that doesn't need to subscribe to the isLoggedIn O