Vadim Petrov

Results 3 comments of Vadim Petrov

I fixed it the way you mentioned. So now all modules are loaded 🎉 But this fix doesn't solve the error _"Cannot read property 'routes' of undefined"_ 😒 It's probably...

I don't think it's possible to solve this bug from strategy. The error is from `class Recognizer `. [Here](http://github.com/angular/angular/blob/a92a89b0eb127a59d7e071502b5850e57618ec2d/packages/router/src/recognize.ts#L235) `route._loadedConfig!.routes;` - lazy module config not loaded at this moment 🤷🏻‍♂️...

Have the same issue. If I parse `16:00 PM` and print it with the same format, hours will be converted to 12-h format. ``` DateTime.fromFormat('16:00 PM', 'h:mm a').toFormat('h:mm a'); //...