Angular2 date pipe does not work in IE 11 and edge 13/14
UPDATE – The Angular issue that causes this issue is resolved in Angular 5. If you can, I would recommend using that to avoid this problem. If you are still using Angular 4 or older – as a workaround, I created a pipe to use the moment formatter instead of the Angular built-in one: import … Read more