https://github.com/emanoelcampos/angular-data-binding
Estudos Angular - data binding
https://github.com/emanoelcampos/angular-data-binding
web
Last synced: 8 months ago
JSON representation
Estudos Angular - data binding
- Host: GitHub
- URL: https://github.com/emanoelcampos/angular-data-binding
- Owner: emanoelcampos
- Created: 2022-10-14T01:03:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T01:08:56.000Z (over 3 years ago)
- Last Synced: 2024-12-27T12:11:55.107Z (over 1 year ago)
- Topics: web
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular - Data Binding
## Projeto com aulas sobre data binding do curso de Angular da Loiane Groner
O repositório possui estudo dos temas:
- Property Binding e Interpolação
- Class e Style binding
- Event binding
- Two-way data binding
- Input properties
- Output properties
- Ciclo de vida (life-cycle) do Componente
- Acesso ao DOM e ao Template com ViewChild