Questions tagged as 'angular'

1
answer

Execute functions simultaneously from the controller in AngularJS

Only one function is executed and not the 3 that I request .. HTML: <form class="form-inline text-center"> <div class="form-group col-xs-6"> <label for="puns">Puntualidad primera compra: </label> <s...
asked by 31.08.2018 / 20:34
0
answers

Error: EACCES, open '/components/scholarshipr-card.html' '

The webpack can not be executed in my project, because it modifies a module and no longer shows me this error. This is the error I'm receiving: Module build failed: Error: EACCES: permission denied, open This is the webpack configuration f...
asked by 31.08.2018 / 18:38
1
answer

Error when starting new Angular project

I have a problem every time I want to start a new project in angular with the command I do not know what to do and I already update npm, node, angular and typescript to the latest version to see if this solves the error but nothing. Any way I ca...
asked by 31.08.2018 / 23:11
0
answers

Property 'object' does not exist on type 'Database'

I am trying to receive the user of a login.components.ts file using the following code this.email = this.loginForm.value.email.toLowerCase().replace(/[^a-zA-Z 0-9.]+/g,'').replace(/\./g,''); this.password = this.loginForm.value.passw...
asked by 03.09.2018 / 21:48
0
answers

Error sending and saving image in Ionic and Flask

I am developing a project on Ionic I have a server mounted on Flask and I would like to be able to send images and treat them with this one. I am currently doing the following: uploadFile(img) { let postParams = { file: img }; this.http.se...
asked by 02.09.2018 / 15:09
1
answer

Error executing the ng generate component command

I updated my angular project 4 to 5 and everything works fine. But when I execute the ng generate component nameComponent command it throws me this error Schematic input does not validate against the Schema: {"path":"/src/app/...","pref...
asked by 29.08.2018 / 18:26
0
answers

angular 6. flexlayout colum does not acquire 100% of the height of the screen

I'm trying to make the item1 occupy 50% of the height of the screen, and that item 2 occupy the other remaining 50% of the screen height, if this works, all the red background will be hidden but it is not. <div fxLayout="column" style...
asked by 29.08.2018 / 19:30
0
answers

ERROR in Error during template compile of 'AppModule'

How is this problem today that I do not know how to fix? Can you guide me?     
asked by 30.08.2018 / 08:00
0
answers

Operations with decimals, Angular 6, esLocale

I'm trying to do mathematical calculations with decimals, I have several inputs that perform calculations among themselves, these inputs are article prices, to visualize them well, I changed the LOCALE_ID from angular to 'is', at the moment e...
asked by 01.09.2018 / 02:02
0
answers

Problem with POST in angular 6 and ajax to send forms to formspree

I'm a bit new to Angular and I was trying to use the link service when I found out that the forms could not execute the POST method, here the code of my form <form class="form" [formGroup]="contactForm" method="POST" (ngSubmit)="onSub...
asked by 28.08.2018 / 05:43