Questions tagged as 'component'

2
answers

What are Web Components?

What are web components and how to use this technology? I would like to understand a little more about this technology and see an example with its use.     
asked by 20.10.2016 / 17:02
1
answer

What is Component Object Model (COM)?

I was reading this question 1 here on the site and I came across some times with the term "COM objects". A brief survey showed me that COM means Component Object Model , but I could not extract more information than this. > What I w...
asked by 18.04.2017 / 15:36
1
answer

Angular2 - Inject Component into Body

Good afternoon! I have the following component import { Component, Input, ElementRef, HostListener, OnDestroy, OnInit } from '@angular/core'; /** * This class represents the navigation bar component. */ @Component({ moduleId: module.id...
asked by 31.01.2017 / 18:20
2
answers

How to change the style of a React component when you click a button?

I am using React and I am creating some components, I am very new to react, I am styling the components in an external css file and importing, however I need to do a side bar that I need to open and close when I click on a button, that this is g...
asked by 27.03.2018 / 23:14
1
answer

How to add a component to each click on the react

I have a form where it has a standard responsible (NewResponsavel), but if there is any other has to be added a new responsible with each click of the 'add another' button, today I can only add once, if someone would know how to add the same com...
asked by 12.03.2018 / 21:23
1
answer

Component is printed 2 times in browser

Well guys, I'm developing an app with angular2 final version using routes. I created some files and then came across a route problem. My component Home is printed 2 times in the browser. IntheFirebugConsole: Follow the code...
asked by 21.09.2016 / 00:13
0
answers

v-model no component

I'm trying to use v-model inside a component but it does not work. Code main.js, which will have the information used in the v-model: import Vue from 'vue' new Vue({ el: '#app', data: {fields: {name: 'Vittar', age: 24}} }) My compone...
asked by 30.10.2017 / 18:23
0
answers

PTBR FATAL EXCPETION: main java.lang.RuntimeException - window get call back

I'm doing an application that needs to switch between screens and the following error appears: inicio.java: package com.example.deadsec.gerflores; import android.content.Intent; import android.support.v7.app.AppCompatActivity; i...
asked by 11.04.2017 / 22:03
2
answers

Use spring-boot and @component with @scheduled and it hangs every 12 hours

I have a project done with JHipster. It uses spring-boot. I use this application as an ordering platform where I use several webservices from an ERP and also synchronize the data with android devices in the mobile version of the platform. To...
asked by 02.02.2017 / 19:06
1
answer

Input does not allow typing

I have a page with some inputs, I'm using React so I have some components to help when I create the form Form Code: <div className="content novo"> <Alerta ref={(ref)=>this.alerta = ref} /> <Form id='testeForm' acti...
asked by 25.05.2018 / 16:52