Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't bind to 'elastic-header' since it isn't a known property of 'ion-header'. #8

Open
immortalt opened this issue Jun 14, 2018 · 3 comments

Comments

@immortalt
Copy link

Environment:
@ionic/cli-utils : 1.19.2
ionic (Ionic CLI) : 3.20.0
local packages:
@ionic/app-scripts : 3.1.0
Ionic Framework : ionic-angular 3.9.2
System:
Node : v8.11.2
npm : 5.6.0
OS : Windows 10
Misc:
backend : pro

I install this and found the error:

Can't bind to 'elastic-header' since it isn't a known property of 'ion-header'.

  1. If 'ion-header' is an Angular component and it has 'elastic-header' input, then verify that it is part of this module.
  2. If 'ion-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
    Ionic pages and navigation.
    -->
    <ion-header [ERROR ->][elastic-header]="myContent">
][elastic-header]="myContent">
@SanjayPatel90
Copy link

Please used this syntax for this error <ion-header [elasticHeader]="myContent">

@multiarts
Copy link

multiarts commented Sep 7, 2018

@SanjayPatel90 continue. :(

@sidalisi
Copy link

sidalisi commented Oct 12, 2018

same problem even with <ion-header [elasticHeader]="myContent">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants