-1
Good morning,
Could help me pass a property for an angular Component.
I have a page and call
<app-top-bar name="Agendamento" ></app-top-bar>
How I’ve used React is more or less the way we pass ownership on it.
Now in my component I would like to pass inside that Ionic Component.
<ion-title>{{name}}</ion-title>
Well I’m starting at the angle, sorry to have little information.