Posts by Rodrigo Grechi • 21 points
3 posts
-
0
votes0
answers95
viewsQ: How to access return of an Eventemitter object created from http.get
I have a service that performs a get at a certain address. @Injectable({ providedIn: 'root' }) export class PersonService { private person: Observable<Person>; personBroadcast = new…
-
0
votes1
answer65
viewsA: SASS SCSS - Problems with rounding.
Alternative found, in the command line there is the possibility to use the attribute of "-Precision" which I used 100 boxes after the comma: In the terminal: scss --watch --precision 100…
-
2
votes1
answer65
viewsQ: SASS SCSS - Problems with rounding.
I have the following problem: developing a Grid system with SCSS, I got the problem of rounding the percentages that define the size of each column. I was wondering if anyone has a solution for…