Posts by paulo henrique • 46 points
2 posts
-
1
votes2
answers900
viewsA: How to increase the input="text" font and cursor according to the desired size?
table{ border-spacing:0px; border:1px solid #000; } td{ border:1px solid #000; padding:30px; } tr{ } td.spc{ position:absolute; left:535px; } td.sp{ position:relative; width:800px; } td.nm{…
-
2
votes1
answer639
viewsQ: Ionic 2 how to add Authorization in header
I’ve been trying for days and I can’t with the following method on Ionic 2. getMy() { return this.http.get("users/my", this.setAuthorization(this.headers)) .toPromise() .then(res => res.json())…