Skip to content

FedorMashoshin/angular-signals-course

 
 

Repository files navigation

Modern Angular With Signals Course

This repository contains the code for the Modern Angular With Signals Course, updated to Angular 18.

Installation

  1. Clone the repository:

    git clone https://github.com/angular-university/angular-signals-course.git
    cd angular-signals-course
    
  2. Install dependencies:

    npm install
    

Running the application

  1. Start the backend server:

    npm run server
    
  2. Start the frontend application:

    npm start
    

    or

    ng serve
    

The application will be available at http://localhost:4200

About

Modern Angular With Signals Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.7%
  • SCSS 12.7%
  • HTML 8.6%