Angular Journey

CodeOmelet Series (Multiverse) Posts
Angular Journey

Angular is close to heart and its injustice to not create an Angular journey series where we take a learning path to explore the Angular from a beginner's eye. In this series we will start our Angular learning journey, follow along with the below posts to reach on top of the Angular Mountain.


Angular Journey: Part 1 - Getting Started

Aug 24, 2024 | 6 min read | 408 Views | Comments

Angular is close to heart and its injustice to not create an Angular journey series where we take a learning path to explore the Angular from a beginner's eye. In this article we will start a learning series to understand and explore the modern Angular framework.

Angular Journey: Part 2 - Bindings, Directives, Components, Services

Nov 09, 2024 | 7 min read | 266 Views | Comments

Healthy communication and maintaining strong binding are key in any relationship. Same goes in any Angular as well. In this article, we will explore the ways Angular offers to form bindings between templates and code-behind, along with communication between components.

Angular Journey: Part 3 - Angular Routes

Dec 24, 2024 | 4 min read | 122 Views | Comments

There comes a point in our journey to take a way in getting to a destination, in Angular we do this using routing. In this article, we will explore Angular Routing concept and explore the ways to make component routable and ways to navigate.

Angular Journey: Part 4 - Working with Web API

Dec 25, 2024 | 5 min read | 118 Views | Comments

One does not simply develop an app without hitting the server. In this article we will explore how Angular handles the HTTP communication.

Angular Journey: Part 5 - RxJS Touch

Dec 26, 2024 | 7 min read | 103 Views | Comments

Let us give RxJS touch to our Notesy App which we have created in our Angular journey so far. In this article, we will explore some of the capabilities of RxJS operators and will understand some idealism to follow while dealing with async operations.

Angular Journey: Part 6 - Adapting to v17 and Beyond

Dec 30, 2024 | 5 min read | 154 Views | Comments

It's time to embrace the renaissance of Angular. Since v17 has launched many things have been changed for Angular. This buffy release has offered tons of new features and shift in the ideology of Angular development. The enhancement is continued any version beyond v17. In this article, we will adapt to this new way of development and will touch base some of the groundbreaking features.