UNPKG

waw-dev

Version:

[waw](https://webart.work) is the open-source web, mobile and desktop app development framework that makes it easy to build top quality web apps with web technologies.

10 lines (9 loc) 198 B
import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'NAME' }) export class CNAMEPipe implements PipeTransform { transform(input: any, refresh?): any { return input; } }