Johan Faerch

Results 7 comments of Johan Faerch

Apart from the error message not telling WHERE the problem is, it does tell you WHAT the problem is. I fixed one error and it gave me the next, which...

I second this. Angular. (Or at least put a big note about this in the docs!)

**From Authorize Sandbox support today:** I would suggest reviewing the following to assist with the MD5 Hash upgrade: https://support.authorize.net/s/article/MD5-Hash-End-of-Life-Signature-Key-Replacement?utm_campaign=19Q2+MD5+Hash+EOL+Developer&utm_medium=email&utm_source=Eloqua https://developer.authorize.net/support/hash_upgrade/ Soon, our sample codes should be updated to reflect this...

@tomkra This works like a charm. Nice feature with the indication of a missing icon instead of just the usual weird square (don't know if it's the gem or fontawesome...

@eadbhard I suggest you just use the gem from @tomkra instead of fiddling with it manually.

carousel.module.ts should be ``` ... export class MatCarouselModule { static forRoot(): ModuleWithProviders { return { ngModule: MatCarouselModule, providers: [ { provide: HAMMER_GESTURE_CONFIG, useClass: MatCarouselHammerConfig } ] }; } } ```...

Sad to see this project close own :( We are using flex-layout heavily in one big and several smaller apps. I hope Tailwind can be a replacement but right now...