https://github.com/sravimohan/angular-signal-examples
Angular signal examples
https://github.com/sravimohan/angular-signal-examples
angular example signals
Last synced: 10 months ago
JSON representation
Angular signal examples
- Host: GitHub
- URL: https://github.com/sravimohan/angular-signal-examples
- Owner: sravimohan
- License: mit
- Created: 2024-08-17T22:25:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T20:58:35.000Z (over 1 year ago)
- Last Synced: 2025-02-04T19:46:26.194Z (12 months ago)
- Topics: angular, example, signals
- Language: TypeScript
- Homepage: https://angular-signal-examples.vercel.app
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Signals Examples
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0.
## Signals With
- With premitive types
- With object type
- With input
- With model
## References
- Two way binding, https://angular.dev/guide/templates/two-way-binding
-