Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular and NgRx - Building Real Project From Scratch
Rating: 4.5 out of 5(681 ratings)
5,962 students

Angular and NgRx - Building Real Project From Scratch

Learn Angular, NgRx, Typescript, REST Api, JWT Authentication, Router, Effects, Http while developing real project
Last updated 2/2026
English
English [Auto],Italian [Auto],

What you'll learn

  • Build real project with Angular and NgRx
  • Write high quality code
  • Create reusable modules and components

Course content

7 sections59 lectures7h 1m total length
  • What is this section about?0:05
  • What will we implement?1:52

    Explore building a medium-clone app with an api, featuring a feed of articles, popular tags, sign-up with validation, publish and edit articles, user settings, and your feed after following others.

  • Bootstrapping project9:58

    Bootstrapping an Angular project by installing NodeJS, choosing an LTS version, and installing Angular CLI, then moving to standalone components and bootstrapping the app with a router outlet.

  • Why NgRx?3:07

    Explore why ngRx, a redux-based global state container for Angular, enables scalable state management with side effects, router integration, and easier debugging for medium to large projects.

  • Prettier3:01

    Learn what prettier is and why to install it to simplify formatting. Configure a .prettierrc with two spaces, single quotes, and print width 80, then enjoy on save formatting.

  • Language server2:44

    Learn how a language server supports auto import, autocomplete, and type checking for Angular and TypeScript in Vscode, and shows errors directly in the editor.

  • Setting up local API4:44

    Set up a local API for the client using docker compose up --build to run a local server at http://localhost:3000/api/articles.

  • Project structure4:26

    Define a scalable Angular app structure with main entry point, feature folders, routes, and standalone components, enabling lazy loaded routing. Organize shared types, services, and reusable components, plus a store.

  • Changing strict configuration1:28

    Enforce type safety with strict rules in tsconfig.json to catch issues at transpile time. Avoid disabling strict settings, as that hides errors and weakens TypeScript.

Requirements

  • A computer on which you can install software (Windows, MacOS, or Linux)
  • Some knowledge about Angular and optionally Redux/NgRx

Description

In this course we will build a Medium clone using Angular and NgRx. This course is fully focused on fast and deep dive into creation of real application with Angular and NgRx. We will start from scratch and step by step you will get close to finished real application. You will deeply understand how to structure your application, build reusable and understandable modules and components and split code into smaller chunks of code. We will write code together in efficient way to make it pure and avoid data complexity. 

For each lesson you'll get source code of the lesson, so it's easy to see the progress and get a working app on any lesson you want without retyping code from screen.

What you will learn in this course:

  • Structure and configure project

  • Write high quality code with Angular and NgRx on real project

  • Isolating and splitting features

  • Create reusable standalone components instead of modules

  • Implementing authentication

  • Cover everything with Typescript interfaces

  • Working with real API

  • Full compatibility with Angular signals

If you are feeling like you learned Angular but you still still missing knowledge of how to build your own real application this course is what you need. This course is fully focused on creating the application without getting deep into basic knowledge of Angular!


Who this course is for:

  • This course is for you if you want to develop real project from beginning to the end
  • This course is for everyone who is interested in learning developing with Angular
  • This course is for you if you want to improve you knowledge of Angular and NgRx