I'm starting with js and I have a doubt when it comes to printing text in the DOM with js.
I have a button that adds + 1 to var click and I want that when the number of click reaches 5, it appears the text of the function sum...
I'm trying to develop a web app using React Js , but I've run into a problem, which I do not understand why it happens.
What is enclosed in the red colored rectangle is a component, and what is enclosed with the green color is ano...
I'm working with Angular 5 .
I am passing an object to a component, with the decorator @Input ():
@Input() x: any;
This object can be of class Xxx, Yyy or Zzz.
Can I know within the component if the object received is of one kind o...
I have a question I am doing a php file with a swich case of different ways of representing graphs of some data but I have a problem with the linear graph my idea was to make two arrays one where the names are found and another where the d...
I currently have this
<li><a class="tablinks_ tab__active__" onclick="openCategory(event, '__IMAGEN1__1')">IMAGEN1</a></li>
<li><a class="tablinks_ tab__active__" onclick="openCategory(event, '__IMAGEN__2')">...
When I run npm start in my terminal it gives me the following error:
npm ERR! Linux 4.13.0-38-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
I do not know what the error is.
Could someone help me out?
I deployed the angular application in production mode and in all browsers it is shown except in Explorer 11, where I receive the following error message:
Error: Uncaught (in promise): Error: Can not match any routes. URL Segment: 'pet' Err...
When I try to do
ng build --prod
Displays the following error:
92% chunk asset optimizationC: \ Users \ IvanTadeo \ Documents \ petstar \ front-end \ node_modules \ clean-css \ lib \ reader \ input-source-map-tracker.js: 37 if (origin...
I have a select with vue js defined:
dacademics:[
{text:'Persona Natural',value:'PN'},
{text:'Bachiller',value:'Bach'},
{text:'Profesional',value:'Prof'},
{text:'Técnico Especializado',value:'TE'...