Skip to content

Latest commit

 

History

History
116 lines (80 loc) · 3.38 KB

README.md

File metadata and controls

116 lines (80 loc) · 3.38 KB

Angular 9 - Study

Project 01 - Calculator

A very simple calculator project.

Topics studied in this project:

  • module creation;
  • service creation;
  • component creation;
  • unit tests creation and execution;
  • E2E tests creation and execution.

External libraries:

Project 02 - Task Manager

A very simple task manager project.

Topics studied in this project:

  • module creation;
  • service creation;
  • component creation;
  • directive creation;
  • unit tests creation and execution;
  • E2E tests creation and execution.

External libraries:

Project 03 - Tic-Tac-Toe

A very simple Tic-Tac-Toe project.

Topics studied in this project:

  • module creation;
  • service creation;
  • component creation.

Project 04 - Currency Converter

A very simple Currency Converter project.

Topics studied in this project:

  • module creation;
  • service creation;
  • component creation;
  • observable creation;
  • directive creation;
  • pipe creation;
  • unit tests creation and execution.

External libraries:

External API:

Project 05 - Dashboard (Charts)

A very simple Dashboard (with charts) project.

Topics studied in this project:

  • module creation;
  • service creation;
  • component creation;
  • observable creation - manually.

External API:

Project 06 - Final Project

Putting all together.

Topics studied in this project:

  • module creation;
  • service creation;
  • component creation;
  • observable creation;
  • directive creation;
  • pipe creation;
  • unit tests creation and execution;
  • E2E tests creation and execution.

External API:

External API:

Author

Eduardo S. Marçal

Contact

License

Mozilla Public License 2.0