Questions tagged as 'angular-cli'

1
answer

Problems with installing angular cli

when trying to install the angle cli using sudo npm i @ angular / cli I get this error npm WARN saveError ENOENT: no such file or directory, open '/Users/Luis/package.json' npm notice created a lockfile as package-lock.json. You should comm...
asked by 04.02.2018 / 16:58
0
answers

how to work Table - Lazy with PrimeNG Angular and Spring?

Previously I pulled all the data from my Bitacora table, but now I need to work with Lazy , so as not to saturate with the data when loading, followed by the example of PrimeNg Table-Lazy . but I do not know how to work in the Lazy of PrimeNg...
asked by 12.09.2018 / 22:04
0
answers

Error executing commands in angular / cli

I updated my angular project 4 to 5 and everything works fine. But when I execute some command to generate classes, components, services, etc, it throws me an error, example: ng generate class miClase "C:\Program Files\nodejs\node.exe" D:\An...
asked by 27.08.2018 / 16:01
0
answers

ERROR in node_modules/@angular/cdk/table/typings/cell.d.ts (41,47): TS1005 error: ',' expected

The present error appeared after executing my project of angular in another computer, the way in which it was installed was only with a npm install to then execute ng serve. I have eliminated cache, downloaded the version of npm that was in 6...
asked by 29.08.2018 / 01:58
1
answer

Because I have this error Node and NPM

I need help with this someone who can help me thanks: I have node -v 10 and npm -v 6 when trying to intalar angular-cli generates this error in the console I am using windows 10    17 error code E405 18 error 405 Method Not Allowed: angula...
asked by 19.06.2018 / 01:41
0
answers

Two answers in a petition Post Nodejs angular-cli

I am developing my application with Nodejs , angular-cli . I was configuring the server in one of its routes, where I make a request of type POST , where the server returns some data and a token , but I have a problem when...
asked by 27.04.2018 / 22:07
0
answers

Error with ng build --prod in angular 5

Hi, I have a problem with angle 5, I have a week looking for answers to this and I was forced to ask a question here, my problem is that when I do ng build --prod osea compiling the project for production I get the error that appears in the imag...
asked by 03.01.2018 / 07:40
1
answer

Conflicts between Ajax and angular 2

I am sending a form with AJAX and everything works fine, the problem is that I need to store the AJAX response in an Angular2 variable. My code: xhr.onreadystatechange = function(e) { this.miVariableAngular = this.responseText; };...
asked by 01.12.2017 / 22:43
0
answers

Error installing angular cli

As you can see, this is the error that causes me to want to install angular / cli:    npm WARN registry Unexpected warning for link : Miscellaneous Warning ENETUNREACH: request to link failed, reason: connect ENETUNREACH 151.101.0.162:80  ...
asked by 22.08.2017 / 05:27
2
answers

Run http request before the DOM is ready in Angular 5

I'm using Angular 5 with angular-cli. I would like to know how I can execute several http calls before the DOM is 'ready' and the application initialized. I want to know why the application is very big (I am doing lazy loading) and in the net...
asked by 14.12.2017 / 21:10