On one of my pages, I am using a component like this:
<ion-navbar *navbar class="contact_navbar">
<ion-title>About us</ion-title>
</ion-navbar>
<ion-content>
<ck-about [channel]="ionic" [template]="template_1"></ck-about>
</ion-content>
Instead of the static text About us
, I want to know how I can include a variable from the ck-about component and pass it to the title here?