An open API service indexing awesome lists of open source software.

https://github.com/brandonroberts/angular-tour-of-heroes-signals

A walkthrough of Angular Reactivity with the Tour of Heroes Angular application
https://github.com/brandonroberts/angular-tour-of-heroes-signals

Last synced: 21 days ago
JSON representation

A walkthrough of Angular Reactivity with the Tour of Heroes Angular application

Awesome Lists containing this project

README

        

# Angular Reactivity - Tour of Heroes

https://youtube.com/live/sbFMKoah4hQ

This is an example application using the Angular Tour of Heroes with Signals

## Setup

```sh
npm install
```

## Development

```sh
npm start
```