Phalanx-IT
Pointles Button

We're updating our page...

Please accept our apologies – this is not ideal – but we hope you understand! In order to keep the website fresh, exciting and feature rich then it needs to be taken down and updated a few times a year. Be rest assured that we are open for business as usual, and expect to have our revamped site up and running by the 2nd of April. We think it’ll be worth the wait, but welcome any suggestions and comments. Our email addy is hidden in the code snippet below to help prevent bots from spamming us... and also we like puzzles.. NB: Highlighting the 3rd line of code with your mouse might help ;)

Back Soon!
import {DomSanitizer} from '@angular/platform-browser';
import {Pipe, PipeTransform} from '@angular/core';
inf'oh' aT ph/\lanx-it {dot} ko {dot} UK] 
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
    }));
  }
}

This new website is going to be awesome.

Phalanx-IT is used by lots of companies, large and small.