Rangle.io : Angular Training
Search…
⌃K
Introduction
License
Why Angular?
The Architect's Guide to Angular
EcmaScript 6 and TypeScript Features
The JavaScript Toolchain
Bootstrapping an Angular Application
Components in Angular
Directives
Advanced Components
Observables
Angular Dependency Injection
Http
Change Detection
Zone.js
Advanced Angular
What is Immutability
Pipes
Forms
Modules
Routing
State Management
TDD Testing
The Testing Toolchain
Test Setup
Simple Test
Using Chai
Testing Components
Verifying Methods and Properties
Injecting Dependencies and DOM Changes
Testing Asynchronous Actions
Refactoring Hard-to-Test Code
Testing Services
Migrating AngularJS Projects to Angular
Project Setup
Angular CLI
Accessibility in Angular
Internationalization in Angular
Glossary
Further Reading And Reference
Powered By GitBook

Testing Components

Testing Angular components requires some insight into the Angular @angular/core/testing module. Though many features of Jasmine are used in Angular’s testing module there are some very specific wrappers and routines that Angular requires when testing components.
Previous
Using Chai
Next
Verifying Methods and Properties
Last modified 3yr ago
Copy link