Questions tagged as 'angular'

2
answers

Problem in creating new project app Angular [duplicated]

I'm a rookie at Angular. I tried to create my first app in this framework but I get the following error in the Windows Console:    c: \ courseAngular & nt; ng new app-01 --version = 7.1.4   ? Would you like to add Angular routing? No   ...
asked by 05.01.2019 / 06:54
0
answers

Problem with Angular

a query, I'm working with angular to create a new application but the messages shown below are appearing in the image More info: -You reinstall NodeJS (together with npm) -You reinstall angular along with the command npm cache verify...
asked by 05.01.2019 / 13:03
0
answers

ERROR in scripts.55b5513a95a3392739ac.bundle.js from UglifyJs

I am compiling my angle project in production mode with the following command ng build --prod but I get an error of UglifyJs , could anyone tell me why this happens ?.     
asked by 03.01.2019 / 15:33
0
answers

Problem to get an item from an AngularFireList

I can not get an object when I try to look for it through one of its attributes (code) in an AngularFireList. What do you recommend? COMPONENT this.prestamoService.obtenerPrestamo("P34520181127") .snapshotChanges() .subscribe(...
asked by 04.01.2019 / 18:00
1
answer

A template for each component in Angular

I am setting up a web application and I have the following structure. I have an index.html file with the following code: ... <body> <app-root></app-root> </body> ... in the app.component.html file I have html cod...
asked by 31.12.2018 / 16:25
1
answer

Refresh view from angular sidebar

I included in the menu sidebar a select that allows to change the property, this corresponds to a component. On the other hand I have another component that shows the data of this property, I have a global variable that stores t...
asked by 28.12.2018 / 15:28
0
answers

Add Facebook share button on Angular website

I have been asked to place a button to share company information on facebook. I have found examples, although most of them only serve to share URLs, however when I try to integrate Facebook's api to share information with certain parameters,...
asked by 27.12.2018 / 16:27
0
answers

Problem GraphQl Angular 7 - Laravel

I am using the laravel backend side and put graphql on the server, with which I can make queries from the graphical interface. Now it's time to send the queries from the frontend (Angular7) to laravel, but there's no way. From the beginning I us...
asked by 23.12.2018 / 12:46
1
answer

error with NPM dependencies: peer dep missing

I have the following dilemma /usr/local/lib ├── @angular/[email protected] ├── @angular/[email protected] ├── @ionic-native/[email protected] ├── @ionic-native/[email protected] ├── @ionic/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── npm-check-update...
asked by 23.12.2018 / 17:29
0
answers

He publishes many empty values

I am trying to generate a project, where I have a series of targets on one side and a series of articles on the other. So the idea is that I load those articles where those targets are and if they do not match that they do not show anything, for...
asked by 20.12.2018 / 14:26