D
D
@spottedmahn it's because it's not a CLI issue but an Application one that you can easily solve yourself today: https://github.com/angular/angular-cli/issues/3855#issuecomment-274803729
The thing is, you don't need anything from CLI for this and I don't believe it's their problem (unless they provide a server in the future perhaps?). You can just...
Another thing I'd love to see is removal of private services being printed on the element as it makes maintaining snapshots on any injection really annoying and adds nothing as...
Is this idea still valid or is it irrelevant with the latest changes from Angular?
Actually, I'm in need of payment validators (credit card, cvc, expiry etc) and seeing that this requires stripe.js and adds a directive for that. I have no idea what stripe...
On that note, I've added a validator library that takes the card/cvc validators from here. https://github.com/intellix/angular-validators. I suppose still to do is take the formatters (spacing between each 4-digits etc)......
repository is abandoned and forked here: https://github.com/rsaenen/ngx-custom-validators
This library looks nice and appreciate the effort that went into it but now we're after TemplateContexts we've got to transition to ngx-toastr. Maybe it would be better for us...
I got this as well and wonder if it shouldn't fail but instead treat it as no patches? I've had it when sharing Docker files between projects where there are...
Discord, Slack and Gitter aren't Googleable. Github discussions are superior to Stackoverflow in a few regards, like the ability to link/embed code. - The slack #general room has been locked...