Questions tagged as 'component'

1
answer

Create a component in FireMonkey

Well, I hope you can help me. Some time ago I have been using a component that I made in VCL for delphi 2010 that consists of a rectangle that changes color according to three states as shown in the attached image. With three additional graphic...
asked by 10.04.2018 / 01:25
1
answer

Pass variable from one component to another in React Native

I have a component that calculates the imc : class CalculateScreen extends React.Component { constructor(props) { super(props); this.state = {peso: '', altura: '', imc: 0}; } calculateImc = () => { const { peso, altura }...
asked by 02.11.2017 / 00:22
2
answers

Do not load view in Angular 6

Create two components inside Angular so I have two modules files the app.module file I call the pages.module file that has the rest of the modules. app.module.ts import { NgModule } from '@angular/core'; import { BrowserModule } from '@a...
asked by 26.09.2018 / 21:48
0
answers

How to call a function between angular components?

First of all let's talk about the implementation, I'm using Angular in its version 1.6, and I'm starting to implement the use of the components. I am creating a single page aplication and I am using components to divide the tasks. I also...
asked by 23.01.2018 / 20:44
0
answers

How to put a div with css inside a REACT tooltip?

I have the following code where / AboutDescription / is a component that has a div loaded with information and styles css, and / ReactTooltip / is an NPM dependency, there is some dependency that allows me to create a tooltip, loading me the css...
asked by 13.01.2018 / 17:37
2
answers

Format Input text with dotted format in thousands and decimal places

I am trying to create a directive or other element that allows me to show formatted an input text as 12.345,67 and to enter the decimal point (,). Examples:    Thousand, formatted should be 1,000       Thousand with 53 decimals,...
asked by 18.05.2018 / 13:58
1
answer

How can I use the SHA512 encryption algorithm in angular?

I want to encrypt certain information when sending it to web service , but I can not find any clear answer to how to use the library SHA512 in angular. How do I use it from angular ?     
asked by 08.02.2018 / 16:42
1
answer

Can you pass an array to a vue component?

I have a question. In a certain view of laravel I load certain data which through my controller I pass them with (Compact) and they are later loaded and I show them with my foreach. but I do not know if there is any way to pass that array to...
asked by 18.05.2018 / 02:37
1
answer

A template for each component in Angular

I am setting up a web application and I have the following structure. I have an index.html file with the following code: ... <body> <app-root></app-root> </body> ... in the app.component.html file I have html cod...
asked by 31.12.2018 / 17:25
0
answers

He publishes many empty values

I am trying to generate a project, where I have a series of targets on one side and a series of articles on the other. So the idea is that I load those articles where those targets are and if they do not match that they do not show anything, for...
asked by 20.12.2018 / 15:26