Posts by Alaskah • 11 points
3 posts
-
0
votes2
answers1515
viewsA: Cross-origin requests are being blocked
I had the same problem when creating my api, the difference is that I use Angular 8 instead of Angularjs, you can install Cors with npm install cors and use the following configuration in the Node…
-
0
votes0
answers112
viewsQ: Angular: @Input does not work with select/mat-select
Hello, I am creating reusable components with angular 8, and I need to exchange parameters between them using the @Input developer, but this does not work when I use native mat-select or select…
-
0
votes2
answers103
viewsQ: Button can only be clicked after 24 hours after click
Hello guys I have a site and want the following ( I can not do, nor found on the net ), A button that after the click is registered in db, after that the button can only be clicked after 24 hours,…