/angular-backbone

Primary LanguageTypeScriptMIT LicenseMIT

AngularBackbone

This project was generated with Angular CLI version 13.3.1.

This project is designed and developed to be a reference for Software Developers who wants to learn Angular

Unit testing

Basics

you can find implementations below in this file

  • Data binding
  • Events
  • Two way binding
  • Give Github Copilot a try
  • DOM interaction

Http

you can find implementations below in this file

  • HttpTestingModule
  • Mocking Data
  • Error Handling

Mocking

you can find implementations below in this file

  • mocking services and observables

Testing Asynchronous Code

you can find implementations below in this file

  • done()
  • tick() with timeOut
  • fakeAsync with Promises
  • fakeAsync with Observables