Skip to content

Commit

Permalink
feat: adds angular components-lifecycle learn objective (#1803)
Browse files Browse the repository at this point in the history
* Update data.yml

Adding  components-lifecycle to learning objetives in Angular

* Update es.yml

* Update pt.yml

* Update es.yml

* Update pt.yml

---------

Co-authored-by: Ivy Feraco <ivy@laboratoria.la>
  • Loading branch information
Luandrada and unjust authored Apr 11, 2024
1 parent c12c386 commit cc5a59b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ firebase:

angular:
- components-and-templates
- components-lifecycle
- structural-directives
- input-output
- services
Expand Down
6 changes: 6 additions & 0 deletions learning-objectives/intl/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,12 @@ angular/components-and-templates:
- title: Introduction to components and templates - Documentación oficial (en inglés)
url: https://angular.io/guide/architecture-components#introduction-to-components

angular/components-lifecycle:
title: Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)
links:
- title: Component Lifecycle - Documentación oficial (en inglés)
url: https://angular.io/guide/lifecycle-hooks

angular/structural-directives:
title: Directivas estructurales (ngIf / ngFor)
links:
Expand Down
6 changes: 6 additions & 0 deletions learning-objectives/intl/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,12 @@ angular/components-and-templates:
- title: Introduction to components and templates - Documentação oficial (em inglês)
url: https://angular.io/guide/architecture-components#introduction-to-components

angular/components-lifecycle:
title: Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)
links:
- title: Component Lifecycle - Documentação oficial (em inglês)
url: https://angular.io/guide/lifecycle-hooks

angular/structural-directives:
title: Diretivas estruturais (ngIf / ngFor)
links:
Expand Down

0 comments on commit cc5a59b

Please sign in to comment.