10dollardev

Tweak or fix any front end issue!

At 10dollardev you can get any HTML/CSS related tweak at a very low cost. Quality working/fixing at fast speed without hurting your pocket!

What do you want?

or, email khalid@enroxa.com
import {DomSanitizer} from '@angular/platform-browser';
import {Pipe, PipeTransform} from '@angular/core';

import { icons } from 'feather-icons'; // v4+

@Pipe({ name: 'feather' })
export class FeatherIconsPipe implements PipeTransform {

  constructor(private sanitizer: DomSanitizer) {}

  transform(icon: string, size: number = 24, color: string = 'inherit') {
    return this.sanitizer.bypassSecurityTrustHtml(icons[icon].toSvg({
      width: size,
      height: size,
      color: color
    }));
  }
}

Reasons Why People Love 10dollardev

Damn cheap
Highly Intuitive
Unlimited rivision
Fast turn around
Easy communication
Top notch coding