• Overview
@angular/localize

TargetMessage

Type Alias

A string containing a translation target message.

API

  
    type TargetMessage = string
  
  

Description

A string containing a translation target message.

I.E. the message that indicates what will be translated to.

Uses {$placeholder-name} to indicate a placeholder.

Jump to details