My Angular Journey

A collection of my Angular Websites and learning experiences

Angular - The Complete Guide

I've completed the comprehensive Angular course by Maximilian Schwarzmüller and learned a tremendous amount about modern Angular development.

About the Course: This course was built for Angular 19+ and uses standalone components & signals right from the start. It covers modern Angular features like signals, standalone components, new control flow, and much more. The course also includes older Angular versions & syntax, making it comprehensive for any Angular project.

This page showcases the projects and concepts I've learned throughout the course modules.

Technologies Covered:

  • Angular 19+
  • TypeScript
  • Standalone Components
  • Signals
  • Routing
  • Forms
  • HTTP Access
  • Dependency Injection
  • Modules
  • State Management (NgRx)

My Angular Projects

Task List

A foundational Angular To-Do application demonstrating core concepts and best practices.

View Project

Finance Calculator

A finance calculator that allows users to calculate investment growth over time based on user inputs.

View Project

Sever Dashboard

A Server Managment Dashboard that show historical Traffic data and allows for Support Ticket Managment.

View Project

Learning Resources

And using authentication to access various Documentations. Deep dive into Directives.

View Project

Temperatures

A view of Temeratures around the world with Historical Data. Deep dive into Pipes.

View Project

Personal To-Do

A small To-Do App. Deep dive into Services.

View Project

Change Detection

A dummy App for leaning about State. Deep dive into Change Detection.

View Project

RxJS

Deep dive into RxJs.

View Project

Photo picker

A Place picer, where you can choose photos. Dealing with http requests to a backend. (you need to host that yourself)

View Project

Photo picker

A simple login form. Deep dive into Forms.

View Project