Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NgxAssetsPipe

Assets Pipe

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

{{ 'image.gif' | ngx3jsAsset }}
export
implements

{PipeTransform}

Hierarchy

  • NgxAssetsPipe

Implements

  • PipeTransform

Index

Constructors

Methods

Constructors

constructor

Methods

transform

  • transform(image: string): string
  • Transforms assets pipe

    {{ 'image.gif' | ngx3jsAsset }}
    

    Parameters

    • image: string

    Returns string

    transform

Generated using TypeDoc