Questions tagged [angular2-inputs]

32 questions
0
votes
0 answers

Masking a text field in Angular 2

I want to apply masking to fields like phone number, credit card and SSN e.t.c in Angular 2. I can't find any solution. Masking of a field should occur when the correct number of digits entered, for example, if the user enters 10 digits for a phone…
0
votes
2 answers

Angular 2 setting a new value does not trigger an input change event

I'm running into a weird case that only seems to happen upon first loading a component on a heavily based component page (loading 30+ components). @Component{ selector: template: `
cjr
  • 520
  • 2
  • 7
  • 22
1 2
3