Component Interaction (?+) Flashcards

Requires update on @ViewChild and communication via services.

1
Q

@Input() usage example

A

@Input()

propertyName: Type;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

@Input() usage example

A

@Input()

propertyName: Type;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Alter input that is set

A

Use typescript getter and setter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Access child component property

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Access child component property

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Alter input that is set

A

Use typescript getter and setter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

@Output() usage example

A
@Output
emitter : new EventEmitter()
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Access child component property

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly