https://github.com/jingyiniu/angular-practice
This is an angular project aiming to practice some basic angular operation like ngFor, two-way data binding and etc.
https://github.com/jingyiniu/angular-practice
angular ngfor two-way-data-binding typescript validation
Last synced: 3 months ago
JSON representation
This is an angular project aiming to practice some basic angular operation like ngFor, two-way data binding and etc.
- Host: GitHub
- URL: https://github.com/jingyiniu/angular-practice
- Owner: JingyiNiu
- Created: 2021-07-19T23:45:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T08:10:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T05:26:33.306Z (5 months ago)
- Topics: angular, ngfor, two-way-data-binding, typescript, validation
- Language: TypeScript
- Homepage:
- Size: 894 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AugularDemo
This is an ongoing project aiming to practice some basic angular operation like ngFor, two-way data binding and etc.## Screenshots
**Blog page**
API request from JSONPlaceholder(https://jsonplaceholder.typicode.com/)![]()
**Profile page**
Form with two-way binding![]()
Form with validation
![]()