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

ion-step is not a known element ! #8

Open
Doha26 opened this issue Aug 17, 2018 · 0 comments
Open

ion-step is not a known element ! #8

Doha26 opened this issue Aug 17, 2018 · 0 comments

Comments

@Doha26
Copy link

Doha26 commented Aug 17, 2018

after downloading the lib and register in the app.module.ts ..adding the stepper display error in the console saying that ion-step is not a known alement ....

here is the console output


'ion-step' is not a known element:

  1. If 'ion-step' is an Angular component, then verify that it is part of this module.

  2. If 'ion-step' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("

     <ion-stepper #stepper (selectIndexChange)="selectChange($event)">
       [ERROR ->]<ion-step label="Step1"
                 description="Step1 description">
         <h2>Step1 Co"): ng:///QuestionModuleModule/QuestionPage.html@38:10
    

'ion-step' is not a known element:

  1. If 'ion-step' is an Angular component, then verify that it is part of this module.
  2. If 'ion-step' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. (" Next

    [ERROR ->]
    "): ng:///QuestionModule/QuestionPage.html@44:10
    'ion-stepper' is not a known element:
  3. If 'ion-stepper' is an Angular component, then verify that it is part of this module.
  4. If 'ion-stepper' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
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

1 participant