Posts by Cris.tal • 1 point
3 posts
-
0
votes0
answers272
viewsQ: zero to the left of the number (type number)
<input oninput="if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength); validity.valid||(value='');" min="0" step="1" type="number" maxlength="9"…
javascriptasked Cris.tal 1 -
0
votes0
answers37
viewsQ: doubts about ng-select’s "loading" Property
Guys, I need some help! Could someone explain to me what it is for and how the ng-select Property "loading" works?
-
0
votes0
answers71
viewsQ: The 'ng' program is not currently installed. You can install it by typing: sudo apt-get install ng-common
I’m learning to work with Angular and I’m in trouble here. I am trying to create a new folder using the command ng new "nome da pasta", but the message is coming The 'ng' program is not currently…