Questions tagged as 'angular-cli'

1
answer

Does not recognize ng command

I installed angular-cli and even then this command does not work, which can be or how I can add it.     
asked by 24.05.2017 / 17:56
1
answer

Select a different version of angular when generating new project with angular cli

It may be a silly question, but the fact is that when generating a new project of angle with ng new miproyecto , version 6 of angular is installed by default. Can I choose which version to use, for example if I want to install version 4...
asked by 07.12.2018 / 20:13
1
answer

Error sending my project to Angular production

I'm having a small problem when trying to send my project to production with the ng build --prod command. After executing said command, it performs an exhaustive compilation (AOT) compared to the execution of the ng serve command t...
asked by 17.07.2018 / 18:21
2
answers

Angular-Cli clear cache

I am making changes to a project generated with angular-cli but it seems that I am hanging some file in cache and node does not realize it and keeps sending me an error message ERROR in D:/Workspace/NodeJs/TrackEditor/src/app/pages/pages/p...
asked by 11.04.2017 / 20:25
1
answer

Studying angle and ng new name_app does not work. What am I doing wrong?

It returns the following error: alberto@linuxdell:~/Escritorio/angular$ ng new --name=02spa --version=7.1.4 ? Would you like to add Angular routing? No ? Which stylesheet format would you like to use? CSS Error: **Schematic input does...
asked by 23.12.2018 / 13:34
2
answers

Run Angular on AWS and link to a domain

I'm trying to raise an instance in AWS with Angular but I could not. I created my instance in EC2, with their respective groups and routing rules (including ports 22, 80, 443 and 4200) I created my elasticIP With my Key Pair I have...
asked by 13.12.2018 / 00:27
2
answers

which is what I download at https://github.com/angular/angular-cli

I want to start working with angular js, I have installed Node.js and when I run the command npm install -g @ angular / cli the execution gives me error which is the cause of this problem, embusqueda of a one solution I found that I can download...
asked by 06.06.2018 / 22:21
1
answer

Request header field Access-Control-Allow-Origin is not allowed by Access-Control-Allow-Headers in preflight response .. Angular 2

I'm starting this in Angular 2 and what I want is to interrogate a rest API with Angular 2 Typescript, using Angular-cli, so I created a service a model and a component to interrogate the api.    Component import { Component, OnInit } from...
asked by 05.02.2018 / 23:19
0
answers

Angular Project Structure5

I am starting to use Angular 5 for the development of web applications, so I would like to know how the modules and components that we created should be organized when developing the application.     
asked by 04.04.2018 / 00:19
0
answers

angular cli update CRASH

I have updated from version 1.3 of angular cli to 1.6.X and when doing npm install I get a constant error of webpack-subresource-integrity with webpack, updated webpack to version 3.X (I installed it globally and locally ) and the same error kee...
asked by 14.12.2017 / 16:00