python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to pass data from parent to child in template driven form
My problem is with Template Driven Forms. I have two components (parent and child) and I want to pass default values for controls inside child component. In child component I have reference to the par...

Piotr Sternik
Votes: 0
Answers: 0
Angular property binding without assignment
I want to create a reusable component with @Input() close = false and in the parent <my-reusable-component close></my-reusable-component>.
Like material button with <button mat-button d...
Alan Choufa
Votes: 0
Answers: 2
Angular how to wrap input value with double curly braces
What I want to achieve is that when I write inside input field "Foo"
it will become {{Foo}}
brb
Votes: 0
Answers: 2
how to use an @Output() property inline without use a function into the controller
is it possible to use the countRitiri output property inside its parent <mat-tab> without to call a function in the current component updateCountRitiri that updates the variable countRitiri tha...
pinale
Votes: 0
Answers: 1