Skip to content

angular-university/angular-signals-course

Repository files navigation

Modern Angular With Signals Course

This repository contains the code of the Modern Angular With Signals Course.

This course repository is updated to Angular 21:

Modern Angular With Signals

Installation pre-requisites

IMPORTANT: Please use Node 22 (Long Term Support version).

Installing the Angular CLI

Start by doing a global installation of the Angular CLI:

npm install -g @angular/cli

How To install this repository

you can install the main branch using the following commands:

git clone https://github.com/angular-university/angular-signals-course.git

cd angular-signals-course

npm install

What branches does this repository have?

This repository has 2 branches:

  • the main branch contains the final code that you will have created at the end of the course
  • the 1-start branch contains the starting point for the course

If you don't use Git, it's also possible to download each branch as a ZIP file.

To do so, you must first select the correct branch from the branch dropdown here on top of this screen on Github.

Once inside the right branch, click the green "Code" button and select "Download ZIP".

Running the local backend server

In order to be able to provide more realistic examples, we will need in our playground a small REST API backend server.

We can start the sample application backend with the following command:

npm run server

To run the Frontend Server

To run the frontend part of our code, we will use the Angular CLI:

npm start

You can also start the frontend application using the following command:

ng serve

The application is visible in port 4200: http://localhost:4200

Angular University Courses

Here is a list of all the courses of the Angular University.

Angular For Beginners

Angular For Beginners — Establish a solid layer of fundamentals, learn what's under the hood of Angular.

Angular For Beginners

Angular AI In Depth (with Cursor and Claude Code)

Angular AI In Depth — Build modern full-stack Angular applications with signals, standalone components, zoneless architecture, and OpenAI integration using Claude Code.

Angular AI In Depth

Angular Testing In Depth (Signals Edition)

Angular Testing In Depth — Write robust, maintainable tests for modern signal-based Angular applications.

Angular Testing In Depth

Angular Core Deep Dive

Angular Core Deep Dive — A detailed walk-through of the most important part of Angular - the Core and Common modules.

Angular Core Deep Dive

Modern Angular With Signals

Modern Angular With Signals — Learn signals in depth. Build a modern signal-based application with async/await, standalone components and optional RxJs.

Modern Angular With Signals

Typescript: The Ultimate Bootcamp

Typescript: The Ultimate Bootcamp — Learn in-depth all the language fundamentals. Practice by building practical projects in Node, React and Angular.

Typescript: The Ultimate Bootcamp

RxJs In Practice

RxJs In Practice — Understand the RxJs Observable pattern, learn the RxJs Operators via practical examples.

RxJs In Practice

Angular Forms In Depth

Angular Forms In Depth — Build complex enterprise data forms with the powerful Angular Forms module.

Angular Forms In Depth

Angular Router In Depth

Angular Router In Depth — Build large-scale Single Page Applications with the powerful Angular Router.

Angular Router In Depth

Reactive Angular Course

Reactive Angular Course — How to build Angular applications in Reactive style using plain RxJs - patterns, anti-patterns, lightweight state management.

Reactive Angular Course

NgRx (with NgRx Data) - The Complete Guide

NgRx (with NgRx Data) - The Complete Guide — Learn the modern NgRx Ecosystem, including NgRx Data, Store, Effects, Router Store, NgRx Entity, and DevTools.

NgRx Complete Guide

Angular Testing Course

Angular Testing Course — A complete guide to Angular Unit Testing and E2E Testing, including Testing best practices and continuous integration.

Angular Testing Course

Angular Security Course - Web Security Fundamentals

Angular Security Course — Learn Web Security Fundamentals and apply them to defend an Angular / Node Application from multiple types of attacks.

Angular Security Course

Angular Material In Depth

Angular Material In Depth — Learn in depth some of the most advanced components of the Angular Material UI widget library.

Angular Material In Depth

Angular SSR In Depth

Angular SSR In Depth — Use Angular on the server too! Learn Angular Server-Side Rendering.

Angular SSR In Depth

Angular Progressive Web Apps (PWA) Course

Angular PWA Course — Learn Angular Progressive Web Applications, build the future of the Web Today.

Angular PWA Course

Firebase & AngularFire In Depth

Firebase & AngularFire In Depth — Full stack Development with Angular, Firestore, Firebase Storage & Hosting, Firebase Cloud Functions & AngularFire.

Firebase & AngularFire In Depth

NestJs In Practice (with MongoDB)

NestJs In Practice — Build a modern REST backend using Typescript and the familiar Angular API.

NestJs In Practice

Stripe Payments In Practice

Stripe Payments In Practice — Build your own online eCommerce store and subscription membership website with Stripe, Firebase, Node & Express.

Stripe Payments In Practice

Angular Advanced Library Laboratory: Build Your Own Library

Angular Advanced Library Laboratory — Learn Advanced Angular functionality typically used in Library Development. Advanced Components, Directives, Testing, Npm.

Angular Advanced Library Laboratory

Angular University Extra Tutorials

Angular University Extra Tutorials — Extra tutorials covering developer preview features or isolated topics.

Angular University Extra Tutorials

Archived Courses

These courses are archived and replaced with newer versions, but are still accessible to subscribers.

NgRx In Depth (Archived)

NgRx In Depth — Learn the modern NgRx Ecosystem, including Store, Effects, Router Store, NgRx Entity, Dev Tools and Schematics.

NgRx In Depth

Serverless Angular with Firebase & AngularFire (Archived)

Serverless Angular with Firebase — Full stack Development with Angular, Firestore, Firebase Storage & Hosting, Firebase Cloud Functions & AngularFire.

Serverless Angular with Firebase

RxJs and Reactive Patterns Angular Architecture Course (Archived)

RxJs and Reactive Patterns Angular Architecture Course — Learn the core RxJs Observable Pattern and many other Design Patterns for building Reactive Angular Applications.

RxJs and Reactive Patterns Angular Architecture Course

Angular Material Course (Archived)

Angular Material Course — Jumpstart your Application with a complete set of Material Design UI Widgets.

Angular Material Course

Build a Web App with Angular and Firebase (Archived)

Build a Web App with Angular and Firebase — Put all the concepts together to build a fully running Angular application using Firebase as the database.

Build a Web App with Angular and Firebase

Angular NgRx Store Reactive Extensions Architecture Course (Archived)

Angular NgRx Store Reactive Extensions Architecture Course — Learn how to use the Angular NgRx Reactive Extensions and its Tooling to build a complete application.

Angular NgRx Store Architecture Course

Angular RxJs Jumpstart (Archived)

Angular RxJs Jumpstart — Learn RxJs quickly, apply it to learn how to use the HTTP module effectively.

Angular RxJs Jumpstart

Angular Router (Archived)

Angular Router — Build Single Page Applications with Angular and its powerful Router.

Angular Router

Angular Universal Course (Archived)

Angular Universal Course — Use Angular on the server too! Learn Angular Server-Side Rendering.

Angular Universal Course

Angular Forms (Archived)

Angular Forms — Learn how to build validatable and user-friendly data Forms effectively.

Angular Forms

The Complete Typescript Course (Archived)

The Complete Typescript Course — Complete Guide to Typescript From Scratch: Learn the language in-depth and use it to build a Node REST API.

The Complete Typescript Course

Releases

No releases published

Packages

 
 
 

Contributors