Questions tagged as 'front-end'

2
answers

How do I use parseFloat in this algorithm?

I have created an algorithm that receives the 4-month bill, which calculates the mean and shows the approval result. For the approval result I did as follows. Approval Result: Approval with maximum grade = 10. Approval above average = 8 to...
asked by 16.08.2018 / 17:50
0
answers

Angular Integration 5/6 with Golden Layout

Someone has already integrated Angular with Golden Layout or some similar layout manager (which allows having the IDE effect, of clicking and dragging the containers of the components resizing the size). I need to build an application in this...
asked by 03.08.2018 / 19:34
0
answers

Scss compilation with node-sass replicates the code instead of replacing

I migrated from Ruby to Node-Sass recently. Everything has gone well, except for one detail in the command: node-sass -w --output-style compact scss/style.scss > style.css Instead of replacing the style.css file whenever style.sc...
asked by 10.08.2018 / 14:22
1
answer

Specific positioning query in CSS

My João da Silva page, in the "Blog" section, has a white band at the bottom that I can not get at all. Here are the pertinent parts of the script and a print: Print: html:<sectionclass="secao-inicio blog"> <h1>Blo...
asked by 02.08.2018 / 18:29
0
answers

Is there any kind of hook in Karma?

The idea is for a method to be called at the end of the process of karma So that I can start a process that will treat the output of my coverage     
asked by 19.07.2018 / 21:52
0
answers

Check the return of window.open if it is JSON or PDF

Hello! I am creating an application using Angular, and request the data from an API using Observables with Angular 4. This Observable returns me a HASH and I use this hash to complete a route (a URL) to another API to download a PDF file . But t...
asked by 18.07.2018 / 16:34
1
answer

Bug on the menu

I am developing a responsive menu where in the mobile version it is called through an icon, however on some occasions when we resize the page a click event stops working and the class (just below) .menu-mobile is not withdrawn <div class=...
asked by 02.07.2018 / 06:05
0
answers

Angle within a radius google maps

I'm with a project using google maps, where I get the latlng information (which will create a marker in that location), plus radius and azimuth, knowing that the angle will always be 60 °. How can I form an angle with the azimuth, within a radiu...
asked by 03.07.2018 / 21:59
1
answer

How to put a variable in the middle of the non-angular route

Hello, I am developing a front-end that will connect with several API's alike, but with different banks (The Client has the API installed, but this front is for employee access, and for the sake of reducing maintenance by upgrading in all clients...
asked by 14.06.2018 / 15:30
0
answers

How to make a mask for integer values in Reais?

I need that when the user type 1 appears on screen 1.00 or if he continues typing 15 15.00 appears and so it goes. I made a mask here but it gets add zeros whenever the user types and I just want to add it once. value.replace(/\D/g, '').replac...
asked by 21.06.2018 / 15:07