dcchristopher
dcchristopher
Added PR to address AMEX cards. Enjoy!
Thank you, @relair, because your LOCALE_ID provider suggestion saved me a lot of headaches when debugging Angular code. Chrome on MacOS sets the default locale to 'en-US' which causes moment...
Also encountered this issue when upgrading from 15 to 17. Whether it's a [routerLink] attribute or (click) event, just make sure to use a ternary: `shouldBeDisabled ? undefined : normalActionOrValue`....
Yes, this is pretty bad, especially in light of the fact that everything else is environment-specific. Surely we can make these properties specific to the current amplify env as well.
Same as it ever was ... and the proposed solution still works of course.