Skip to content

klymenko-oleksandr/angular-exercice

 
 

Repository files navigation

AngularExercice1

First exercice of a serie of Angular exercice. The goal is to improve our angular skills all together.

Statement

######You will have to

  1. Refactor this working exemple of a dasboard containing multiple cards (teachers, students)
  2. Implement the City card.

######Constraints:

  • You must keep CardComponent and ListItemComponent
  • NgFor directive must be declare inside CardComponent
  • No NgIf or NgSwitch inside CardComponent
  • CSS: prefer not to use ::ng-deep, find a better way

Submitting your work

  1. Fork the project
  2. Work On it
  3. Submit a PR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.8%
  • JavaScript 8.6%
  • HTML 4.3%
  • SCSS 0.3%