Utiliser Les Donnes Passees Ein unmodaler Dans Sohn Propre Composant en Angular
export class ModalComponent {
passedData: typeOfData; //declare it!
someFunction() { //or some lifecycle hook
console.log(this.passedData) //and then, use it!
}
//rest of the ModalComponent
}
Delightful Dragonfly