I\'m using Angular 2.0 final, and I have an incorrect format of dates when I add hours and minutes in the format string:
In the template of the component, I have:
Work in Angular 5.x
In version 5.x of the Angular this problem is working correctly in Edge (v.38.14393.1066.0) and in IE (v.11.1198.14393.0), test in your version!
Live example: Plunker Angular 5.x
Related issue that solved the problem (if I found something inconsistent): https://github.com/angular/angular/issues/9524
Answer that involves the entire operation of the Angular DatePipe.