Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 895 Bytes

terminology.md

File metadata and controls

28 lines (18 loc) · 895 Bytes
layout title description
chapter
Terminology
How this book uses Angular technical terms

Terminology

Learning objectives
  • Terms used in this book
  • Notation conventions

Before we dive in, a quick note regarding the technical terms.

Some words have a special meaning in the context of Angular. In the broader JavaScript context, they have plenty other meanings. This guide tries to distinguish these meanings by using a different letter case.

When referring to core Angular concepts, this guide uses upper case:

Module, Component, Service, Input, Output, Directive, Pipe, etc.

When using these terms in the general sense, this guide uses lower case:

module, component, service, input, output, etc.