References
  • CLI
  • Templates
  • Styling
  • Core
  • Router
  • Introduction
  • Interpolation {{...}}
  • @Directive
  • @Component
  • Property binding []
    • @Input
    • [attr.]
    • [class.]
    • [ngClass]
    • [style.]
    • [ngStyle]
  • Event binding ()
    • @Output
    • Pseudo-events
    • Touch events
  • Two-way binding [()]
    • [(ngModel)]
  • Structural directive *
    • ngIf
    • ngFor
    • ngSwitch
    • ngPlural
    • ngTemplateOutlet
    • ngComponentOutlet
  • <ng-template>
  • <ng-container>
  • <ng-content>
  • Reference #
  • Pipe |
  • @Pipe
  • Built-in pipes
    • keyvalue
    • slice
    • async
    • lowerCase
    • upperCase
    • titleCase
    • date
    • number
    • currency
    • percent
    • i18nPlural
    • json
  • Operators
    • Safe navigation ?.
    • Non-null assertion !.
  • Animation @
  • svg: prefix
  • ngNonBindable
  • $any() type cast
2019 Oleksa Novyk | GitHub

Introduction

This is the documentation for Angular 7.
You can switch to the latest version Angular 8.

This easy Angular reference for developers describes templates syntax and built-in directives and pipes.

Additional information

Example of hints and tutorials links. You can switch off these panels in the sidebar.

Hint

Hint with additional explanation.

Tutorials
  • Angular Quick Start

Table of contents

  • Introduction
  • Interpolation {{...}}
  • @Directive
  • @Component
  • Property binding []
    • @Input
    • [attr.]
    • [class.]
    • [ngClass]
    • [style.]
    • [ngStyle]
  • Event binding ()
    • @Output
    • Pseudo-events
    • Touch events
  • Two-way binding [()]
    • [(ngModel)]
  • Structural directive *
    • ngIf
    • ngFor
    • ngSwitch
    • ngPlural
    • ngTemplateOutlet
    • ngComponentOutlet
  • <ng-template>
  • <ng-container>
  • <ng-content>
  • Reference #
  • Pipe |
  • @Pipe
  • Built-in pipes
    • keyvalue
    • slice
    • async
    • lowerCase
    • upperCase
    • titleCase
    • date
    • number
    • currency
    • percent
    • i18nPlural
    • json
  • Operators
    • Safe navigation ?.
    • Non-null assertion !.
  • Animation @
  • svg: prefix
  • ngNonBindable
  • $any() type cast