Hey Smarath,
This tutorial work like a charam in browser but while building an apk i found an error like
" Can't bind to 'header' since it isn't a known property of 'ion-content'."
If 'ion-content' is an Angular component and it has 'header' input, then verify that it is part of this module.
If 'ion-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
(" <ion-content padding hide-header hide-fab [ERROR ->][header]="head"> <ion-item *ngFor="let item of items | async" (click)="selectSh")
could you please help me out to sort this issue,
Thank you
Hey Smarath, This tutorial work like a charam in browser but while building an apk i found an error like
" Can't bind to 'header' since it isn't a known property of 'ion-content'."
could you please help me out to sort this issue, Thank you