Questions tagged as 'angular'

0
answers

Angular Material ComboBox / Spinner with rating stars

Hi, I would like to do a spinner / combobox where I could choose the rating in stars. I have managed to make the combobox have different options, from without qualifying to 5 stars as shown in the following image: But when I select...
asked by 22.11.2018 / 13:36
0
answers

I would like to do a crud and login with Angular and I need help with the controller

var angular; var app = angular.module('myApp', ['ngRoute']); app.config(['$routeProvider', function($routeProvider) { $routeProvider .when('/dashboard', { templateUrl: 'template/books.html', controller: 'CustomerListControler' }) .whe...
asked by 25.11.2018 / 21:52
1
answer

Login in angular and php

friends I have a problem is that I was already commenting that I needed to make a login in ANGULAR version 5 or 6 and in PHP and I have this error I do not know if someone understands it and helps me solve it, I would appreciate it a lot...
asked by 18.11.2018 / 01:29
1
answer

Hello, how can I call a js file in my ts file? [duplicate]

import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-ahorcado', templateUrl: './ahorcado.component.html', styleUrls: ['./ahorcado.component.css'] }) export class AhorcadoComponent implements OnInit { construc...
asked by 14.11.2018 / 00:13
0
answers

Error in MediaQuery in Angular 7 and Flex-Layout

I'm moving an Angular project from version 6 to version 7, and I find an error when compiling:    ERROR in src / app / options / services / media-query.service.ts: error   TS2322: Type 'MediaQueryListEvent' is not assignable to type   'MediaQ...
asked by 14.11.2018 / 06:17
0
answers

Problem Api League Of Legends with angular and / or Node

Good I wanted to practice a little the use of the external apis, that is, apis services not made by me so I found the api of League Of Legends that seems or seemed easy. I find in the documentation the different url that the API provides to...
asked by 12.11.2018 / 13:56
0
answers

Inquiry about Firebase and Angular 6

I want to develop a collapse with angular and firebase, that as I click on the button, I will see the following information in the form of a fan (collapse) . This information must be stored in the firebase database respecting the structure...
asked by 12.11.2018 / 13:05
0
answers

Data from an SSE with Angular and Spring

I have my code in Anguar to consume an SSE: import { Component, OnInit, NgZone } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; export interface Prueba { id: string, nombre: str...
asked by 10.11.2018 / 19:41
1
answer

Complete text boxes with angular

I am new to Angular and would like to know if the following can be done: I have the following text boxes: Postal Code, City, Delegation / Municipality and State; I want to autocomplete the last three according to the zip code that was entered...
asked by 07.11.2018 / 00:20
1
answer

Fontawesome icons are not displayed, I am working with angular

I'm working on angular, I try to include some personal icons in icomoon, download fontawesome and in the css folder / I placed fontawesome.css and fontawesome.min and with regard to the new icons I also called them. This is my example: The pr...
asked by 07.11.2018 / 02:59