Skip to content

Instantly share code, notes, and snippets.

View rami-alloush's full-sized avatar
🎯
Focusing

Rami Alloush rami-alloush

🎯
Focusing
  • USA
View GitHub Profile
@rami-alloush
rami-alloush / mask.directive.ts.md
Last active December 24, 2022 08:12 — forked from gund/mask.md
Simple Angular mask directive

Simple Angular mask directive

This directive does not create it's own value accessor - it simply reuses whatever element is using already and just hooks in.

Also it is fully abstracted off of the HTML implementation and so can be safely used in WebWorker and server side environment.

Usage