python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem with directives and Two-way Binding in angular 13.1
My problem is that even though I import the modules " FormsModule,
ReactiveFormsModule, CommonModule" to the app.module.ts file and I have verified that everything is well written, it still ...

Fabián Borja
Votes: 0
Answers: 1
How to display and hide ng template based on events?
I'm trying to show the view and clear the same based on the click and dblclick events.
On click of the paragraph changing initial background to red from yellow and trying to create view.
On double cli...
Raghav
Votes: 0
Answers: 0
Directive to format text input does not work on initial values
I created a directive to format money in a text input. The blur and focus events work but if there is already a value in ngModel, it does not format the number. Once you give focus and leave the input...

Dan Miller
Votes: 0
Answers: 1
Is there a way to hide 'Forced' public properties as if they were private?
A frustrating trend in Angular evolution is forcing properties to be public in order to use them in templates. For example, in [formControl]="myFormControl", myFormControl must be public or ...

AndrewBenjamin
Votes: 0
Answers: 0