Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NgxAnglePipe

Angle Pipe

See the ngx3js docs page for details. See the ngx pipes page for a live demo.

{{ 120 | ngx3jsAngle : 'rad' }}
export
implements

{PipeTransform}

Hierarchy

  • NgxAnglePipe

Implements

  • PipeTransform

Index

Constructors

Methods

Constructors

constructor

Methods

transform

  • transform(angle: number, returnType?: string, inType?: string): number
  • Transforms color pipe

    {{ 120 | ngx3jsAngle : 'rad' }}
    

    Parameters

    • angle: number
    • returnType: string = 'degree'
    • inType: string = 'radian'

    Returns number

    transform

Generated using TypeDoc