Skip to main content
2 votes
2 answers
175 views

I have a general question using Angular's FormgroupName or NgModel. The Docs I am reading say NgModel was deprecated in Version 6, but it is still available in 17/18, today's current version. The ...
Graham's user avatar
  • 306
1 vote
1 answer
71 views

Given the following code snippet: @Component({ selector: 'app-editor', templateUrl: './editor.component.html', styleUrls: ['./editor.component.scss'], providers: [{ provide: ...
user1169587's user avatar
  • 1,440
0 votes
1 answer
101 views

<ion-col size="4"> <ion-input class="input-field" style="--padding-end: 20px; text-align: end;" [(ngModel)]="discountPercent" ...
Emerald's user avatar
0 votes
1 answer
385 views

I have scenario in my project that a common shared service having a common variable (object) to store nested objects. I have to access and update its value in html using NgModel. Optional-chaining ...
Anupam Sharma's user avatar
0 votes
1 answer
36 views

I am using angularjs 1st version to display values on multiple text fields using ng-model. I have an object like this $scope.fieldValues = { keys: Object.keys(subkeys), values: Object.values(...
User's user avatar
  • 385
1 vote
1 answer
74 views

I have component CustomInputComponent <div> <input #input="ngModel" name="input" [(ngModel)]="value" (ngModelChange)="onInputChange()"...
TCNJK's user avatar
  • 9
1 vote
1 answer
40 views

I have a LoginPageComponent with email and password fields whose values areNgModel binded to LoginServices's property loginInfo. LoginPageComponent also has Login button, which is disabled when ...
Dat Le's user avatar
  • 58
1 vote
1 answer
145 views

I have this input field in the html file of my Angular component: <input [(ngModel)]="bookRequest.title" type="text" class="form-control" id="title" name=&...
dqdq dqsss's user avatar
0 votes
1 answer
898 views

i cannot import FormsModule in task.component.ts file under task folder .Due to unable to solve error as "Can't bind to 'ngModel' since it isn't a known property of 'input'.ngtsc(-998002)" ....
Mani's user avatar
  • 41
0 votes
1 answer
141 views

This is the HTML code <form (submit)="agregarCliente()"> <div> <label for="nombre">Nombre:</label> <input type="text" id="...
Imanol Espejo's user avatar
0 votes
2 answers
149 views

I'm trying to give user the ability to update the quantity of their selection before product checkout. The code below allows only 1 character in the textbox. What changes can I make to allow user ...
Blah Foo's user avatar
1 vote
1 answer
3k views

I am currently developing an Angular 17 Project which was created with standalone components as default and I am always running into this error: "Can't bind to 'ngModel' since it isn't a known ...
user24538254's user avatar
1 vote
1 answer
695 views

I'm using following versions in Angular, Angular CLI: 17.3.4, Node: 20.9.0, Package Manager: npm 10.5.2. When I'm using *ngIf or ngmodel on .html pages in a component, I'm getting following error ...
toshi456's user avatar
  • 223
7 votes
2 answers
17k views

I am trying to make a form in my angular app, but when i want to implement ngModel on my form : <form (ngSubmit)="onSignUp()" #signupForm="ngForm"> <h1>...
Makil Uspn's user avatar
0 votes
2 answers
173 views

I was trying to run my website, but when I try to build ng, I get this error: Prerendered 0 static routes. Application bundle generation failed. [5.115 seconds] ✘ [ERROR] NG8003: No directive found ...
mokhtar ben ftima's user avatar

15 30 50 per page
1
2 3 4 5
109