PARENT ⇒ CHILD : @Input()
CHILD ⇒ PARENT : via Output() + EventEmitter
PARENT=> ENFANT: via ViewChild()
Communication ANY to ANY :
Communication via queryParam
Commnucation between component for alert messages (mat dialog)