Questions tagged as 'angularjs-2.0'

1
answer

export function node in angular 4?

Dear, I need to process an xlsx file and parsed it to json and my idea is to do it in the view with angle 4, I found a library in node which does the process (node-xlsx-json) but I do not know if I could call it from angular or able to do someth...
asked by 08.09.2017 / 01:54
2
answers

Data Table and angular 4

My problem is that they do not load the data brought from my API in Laravel within the datatable in Angular. view-component.ts export class ViewComponent implements OnInit { title: string; rol: Roles; constructor( private _rout...
asked by 15.08.2017 / 17:12
0
answers

Validation in reactive Forms, Set SetValidators to not required

Good afternoon, I have a problem, I have burned all the ships and I can not get out of the mess, the issue is to change field validations in a reacive form based on the behavior of a group of fields. I am creating a recipe, it is a form with a h...
asked by 23.08.2017 / 20:53
1
answer

Helpers in weather

Hi, I'm quite new in meteor and recently I started mixing it with angular2. I have tried in all possible ways to do something that is quite similar to populate in mongoose to obtain the complete objects of relationships. For this I used the mete...
asked by 16.08.2017 / 20:47
0
answers

Send email from laravel 5.4

config / mail.php return [ 'driver' => env('MAIL_DRIVER'), 'host' => env('MAIL_HOST'), 'port' => env('MAIL_PORT'), 'from' => [ 'address' => env('MAIL_FROM_ADDRESS'), 'name' => env('MAI...
asked by 23.08.2017 / 00:17
0
answers

Error installing Angular CLI on windows 10

When I try to install Angular CLI in windows 10 by command line I receive the following error, the command line is: npm install -g @ angular / cli C: \ WINDOWS \ system32 & nt; npm install -g @ angular / cli npm ERR! Windows_NT 10.0.15063 npm...
asked by 21.08.2017 / 05:09
1
answer

Observables Http in angular2 [closed]

I am developing a web application and for this I use the framework angular2 on the client ( Frontend ) and on the server ( Backend ) I have java services done in hibernate to access the data layer. To consume the ( Backend ) services fr...
asked by 28.08.2017 / 21:44
1
answer

How can I send Json from angle 4 and work them in laravel 5.4

In the Front Angular I send it like this Register(register:RegisterUser){ return this._http.post(this.url+"auth", JSON.stringify( {'name':register.name, 'email':register.email, 'password':register.password}) ,{...
asked by 28.08.2017 / 20:10
0
answers

Angular, PHP with MYSQL error

I have a problem when I try to recover the JSON object returned by the PHP script. When the server returns the JSON object and retrieves the object in Angular I get an error. If I delete the res.json () conversion from the code, the error...
asked by 21.07.2017 / 14:10
1
answer

How to make reactive variables between COMPONENTS? Angular 2/4

Good Stackers, Today I propose a doubt that I can not find or identify. Lately I'm practicing with the Inputs / Outputs and this has led me to make this example: In component A, I have @Output() outputVariableA = [hola, hola2, hola3]...
asked by 13.08.2017 / 13:59