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 run your code sample #23

Open
gilbertlucas46 opened this issue Sep 15, 2018 · 1 comment
Open

can't run your code sample #23

gilbertlucas46 opened this issue Sep 15, 2018 · 1 comment

Comments

@gilbertlucas46
Copy link

gilbertlucas46 commented Sep 15, 2018

I'm trying to run your sample code into a modal

ERROR Error: Uncaught (in promise): Error: Template parse errors:
Can't bind to 'listData' since it isn't a known property of 'ion-alpha-scroll'.

  1. If 'ion-alpha-scroll' is an Angular component and it has 'listData' input, then verify that it is part of this module.
  2. If 'ion-alpha-scroll' 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. ("
][listData]="breeds" key="name" [itemTemplate]="alphaScrollItemTemplate" "): ng:///CountryCodePageModule/CountryCodePage.html@17:4 Can't bind to 'itemTemplate' since it isn't a known property of 'ion-alpha-scroll'. 1. If 'ion-alpha-scroll' is an Angular component and it has 'itemTemplate' input, then verify that it is part of this module. 2. If 'ion-alpha-scroll' 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. (" [listData]="breeds" key="name" [ERROR ->][itemTemplate]="alphaScrollItemTemplate" [currentPageClass]="currentPageClass" [triggerChange"): ng:///CountryCodePageModule/CountryCodePage.html@19:4 Can't bind to 'currentPageClass' since it isn't a known property of 'ion-alpha-scroll'. 1. If 'ion-alpha-scroll' is an Angular component and it has 'currentPageClass' input, then verify that it is part of this module. 2. If 'ion-alpha-scroll' 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. (" key="name" [itemTemplate]="alphaScrollItemTemplate" [ERROR ->][currentPageClass]="currentPageClass" [triggerChange]="triggerAlphaScrollChange"> ][triggerChange]="triggerAlphaScrollChange"> "): ng:///CountryCodePageModule/CountryCodePage.html@21:4 'ion-alpha-scroll' is not a known element: 1. If 'ion-alpha-scroll' is an Angular component, then verify that it is part of this module. 2. If 'ion-alpha-scroll' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. (" [ERROR ->] ][listData]="breeds" key="name" [itemTemplate]="alphaScrollItemTemplate" "): ng:///CountryCodePageModule/CountryCodePage.html@17:4 Can't bind to 'itemTemplate' since it isn't a known property of 'ion-alpha-scroll'. 1. If 'ion-alpha-scroll' is an Angular component and it has 'itemTemplate' input, then verify that it is part of this module. 2. If 'ion-alpha-scroll' 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. (" [listData]="breeds" key="name" [ERROR ->][itemTemplate]="alphaScrollItemTemplate" [currentPageClass]="currentPageClass" [triggerChange"): ng:///CountryCodePageModule/CountryCodePage.html@19:4 Can't bind to 'currentPageClass' since it isn't a known property of 'ion-alpha-scroll'. 1. If 'ion-alpha-scroll' is an Angular component and it has 'currentPageClass' input, then verify that it is part of this module. 2. If 'ion-alpha-scroll' 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. (" key="name" [itemTemplate]="alphaScrollItemTemplate" [ERROR ->][currentPageClass]="currentPageClass" [triggerChange]="triggerAlphaScrollChange"> ][triggerChange]="triggerAlphaScrollChange"> "): ng:///CountryCodePageModule/CountryCodePage.html@21:4 'ion-alpha-scroll' is not a known element: 1. If 'ion-alpha-scroll' is an Angular component, then verify that it is part of this module. 2. If 'ion-alpha-scroll' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. (" [ERROR ->]
@gilbertlucas46 gilbertlucas46 changed the title can run your code sample can't run your code sample Sep 15, 2018
@andidemo
Copy link

core.js:6014 ERROR Error: Uncaught (in promise): Error: Template parse errors:
No provider for Content ("

[ERROR ->]I am facing the above error please help to resolve.

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

2 participants