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

https://github.com/car2t/angular19-dragonball-demo

First Angular app with standalone components. It has a navigation bar to a counter and add Dragon Ball character lists
https://github.com/car2t/angular19-dragonball-demo

angular19 bootstrap5 signals standalone-components typescript

Last synced: about 1 year ago
JSON representation

First Angular app with standalone components. It has a navigation bar to a counter and add Dragon Ball character lists

Awesome Lists containing this project

README

          

# Angular FOUNDATIONS: Dragon Ball App demo (DB)

## Concepts covered:

- Every file and directory in a project
- Properties
- Methods
- Events
- Routes
- Signals: signal() and computed(); and how to set or update them.
- State
- DOM changes
- RouterLink
- RouterLink Active
- New flow control: @for, @if, @else
- ngClass - ngStyle - Alternatives
- Communication between components
- Inputs / outputs (as signals)
- Services in Angular
- Effects and LocalStorage
- LinkedSignal
- HashRouter
- Deployment in Netlify