Yuvraj Chauhan

Results 14 comments of Yuvraj Chauhan

@mickadoua Have you successfully configured this package in your RN app? I am facing below issue ``` APIClient Decoder error: valueNotFound(Swift.UnkeyedDecodingContainer, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "storedPaymentMethods", intValue: nil)], debugDescription: "Cannot get unkeyed...

@raydawg2000 I'll look into this issue.

@raydawg2000 With the latest version have you add the css file in `angular.json` file?

@raydawg2000 Strange one! Can you re-create the scenario in Stackblitz and let me know the exact steps to reproduce this issue? So I can also debug the same one on...

@aboudard Thanx a lot for the detailed issues. I'll make required changes and release a new version soon.

Latest version `v10.0.0` is released!!!!! https://github.com/Napster2210/ngx-spinner/releases/tag/v10.0.0

@aboudard Let me know if you've any suggestion regarding schematics once you're installed the latest version.

@aboudard I'll make necessary changes in next release, enjoy your summer time!!!

It's not a proper way but it helps me to solve this problem (Little bad hack). Add below to your css file: `.ng-table>tbody>tr:first-child>td>input { width: 100% !important; }` Where "ng-table"...