I have the following textarea
<textarea ng-model="comment" name="comment">
Where I need to apply a style to a button with ng-class when entering a value in textarea
<a on-touch="confirm()" style="width:160px;...
I want to use the ngfor to get 4 stored data and create the 4 buttons with that data and depending on the choice that this redirects to the page that corresponds to it.
<button id="menu-button11" ion-button color="positive" blo...
I am developing an app with Ionic 3 and I have looked everywhere to make part of my ion-grid have a horizontal scroll for the header and the first ion-col column stays fixed and only moves vertically.
Any ideas ???
I've tried Css and it do...
Hi guys I have two components in angular 2 one component A where I have a button and component B where I have a registration form, now how can I validate the button in component A so that it appears when the component B submit has been successfu...
I'm starting with angular4 , using the angular-cli tool I generated a test project and I have a problem when I try to use the imported service method, this would be the source code:
app / student.service.ts
import { Injectable } fro...
the selected property does not work on angular 4. for example if I cycle
<select multiple >
<option *ngFor="let opt of model" selected>
opt.name
</option>
and there is 10 option only going to select the last element. Th...
I am trying to make a select dependent on countries that, when selecting a country, load the states but I can not find a way to do it in Angular 2
<div class="col-md-4">
<div class="form-group">...
I have a big problem with something I've been trying to do for a while now.
I have this Angular 2/4 code in Plunker ( link ) to which you can select one or more cards dragging the mouse on the cards but it is not the exact implementation that...
Develop an app with firebase and ionic , I currently have an object called publications and I would like to know how many users see these posts in my app
imagen publicaciones
Is there a method that tells me how many users...