I'm trying to send a data by getting from an Angular 5 service to an API in PHP.
The way I send it is like this:
public getMembers$(id): Observable<any> {
return this.http.get(this.URL + 'read_records.php?id=1');
}
The variable t...
Hi, how can I do a angular filter, to read a string html , or how do I create a method to read a string html
<div ng-bind-html="item.description"></div>
why when I save text with
he saves it but he show...
I have an array of objects that I reccure with an ngFor. Later down I have a navigation bar in which I redirect to one or another component and I need to pass the selected object above. However, the most I get is to receive a literal "[Object ob...
Hi, I'm good at this and I have no idea how to make a form hidden but when you click on a button it shows that div that has display: none, try to set it in the class of .TS by putting the variable visibility display none and when clicking put di...
Hi, I'm trying to add some directives to a form to be able to send them, but when I set the [(ngModel)]="tareaService.TareaSeleccionada.nombre" directive, I get this error.
ERROR Error: StaticInjectorError(AppModule)[TareaService ->...
I am new to the forum and in the ionic world, I started to get interested in the development of apps and it seemed like a good ionic option, make the installations as indicated on your page and when you give ionic serve it appears the nex...
I bring news from a wordpress, but I want to be able to update the news every so often, and it would be calling the builder who brings the news ... I show the code.
import { Injectable } from '@angular/core';
export const WORDPRESS_URL = 'http...
Problem: I need to dynamically load a component in a modal but the modal at the same time accepts html, which if I put the ViewContainerRef I think I would only accept components and not only html
Preview: I have tried several example codes a...
I'm having trouble including the angular material datepicker in my application.
In my app.module.ts I import it like this:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsMo...