A question to #JS#datepicker users:
We currently use the picker by Dan Grossman:
https://t.co/JqH3FdQXmd
It offers predefined ranges "Today", "Last Month" etc.
Does anyone know if there is an #angular version that has this feature?
#AngularMaterial does not seem to support it.
angular/material is in the node_modules folder, but the error doesn't disappear.
The other angular modules work just fine, like core, common, forms... #angular#followerpower
Hello everyone,
I encountered a problem while trying to use @angular/material in my legacy Angular 7 project. I installed @angular/material with npm and imported it into my app.module.ts file. But everytime I try to run the project, I get this error message. (cdk too) Any ideas?
Hello everyone,
does someone know how to make a html <table>-row with a routerlink clickable, with the option to open it in the same tab OR a new tab (ctrl + click). The problem that I encountered is, that you can't wrap the <tr>-tag in a <a>-tag. Thanks for any suggestions #html
In #TypeScript you cannot inject interfaces, because an interface does not exist at runtime. Coming from #php#symfony#autowiring DI is different. Looks like an equivalent solution is to use an abstract class instead:
https://t.co/J7toio3Qcj by @DamirArh
Any other suggestions?🤔
Looks like there is no standard for arrays in query parameters. #URLTemplate by @bram_stein generates CSV from array according to #RFC6570.
https://t.co/yoPx80Fvv0
https://t.co/XaDCEhry1N
Our #PHP backend API and #insomnia tests are used to having square brackets [].
Thoughts?!🤔