Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.58 KB

target-audience.md

File metadata and controls

31 lines (20 loc) · 1.58 KB
layout title description
chapter
Target Audience
What you should know when reading this book

Target audience

Learning objectives
  • Angular topics you need to know when reading this book
  • Where to learn about Angular core concepts
  • Picking chapters you are interested in

The target audience of this guide are intermediate Angular developers. You should be familiar with Angular’s core concepts.

Testing, not implementation

This guide teaches you how to test Angular application parts like Components and Services. It assumes you know how to implement them, but not how to test them properly. If you have questions regarding Angular’s core concepts, please refer to the official Angular documentation.

If you have not used individual concepts yet, like Directives, that is fine. You can simply skip the related chapters and pick chapters you are interested in.

JavaScript & TypeScript proficiency

Furthermore, this guide is not an introduction to JavaScript or TypeScript. It assumes you have enough JavaScript and TypeScript knowledge to write the implementation and test code you need. Of course, this guide will explain special idioms commonly used for testing.

The official Angular documentation offers a comprehensive guide on testing. It is a recommended reading, but this guide does not assume you have read it.