Skip to content

solygambas/angular-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Angular Projects

A small project to understand Angular core concepts.

Task Tracker

A simple to-do list app.

See 01-task-tracker folder

Features

  • setting up an Angular app.
  • understanding modular structure, defining global styles and using interpolations.
  • generating components, handling input data and inline styles.
  • managing events with Output and EventEmitter.
  • mocking tasks, creating a Task interface and looping over tasks.
  • displaying icons with @fortawesome/angular-fontawesome.
  • creating a Task service, initiating and subscribing to Observable.
  • setting up JSON Server as a fake back-end.
  • creating, reading, updating and deleting data with HttpClientModule.
  • handling user inputs with FormsModule.
  • toggling button and form with Observable Subject.
  • defining routes with RouterModule.

Based on Angular Crash Course by Brad Traversy (2021).

About

A small project to understand Angular core concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published