RC.0: How do you import/export modules into your app?

@sudharsan_sukumar: I tried it by your way but i am getting error:Cannot find name ‘Page1’ in app.component.ts

Sounds like you need to import Page1 into app.component.ts?

Thanks @sudharsan_sukumar… You save my time…!!

1 Like

HI Thanks to every one in this post for their contribution.

At least now Ionic component error is gone but still I am facing problem with themes. They are not getting applied.

in the variables.scss file that I have, there are multiple imports for different scss files. I am getting error for those.

for example
@import “ionic.globals”;
@import “ionic.theme.default”;
@import “ionic.ionicons”;
@import “roboto”;
@import “noto-sans”;

I can see that files are there in the node_modules folder and I have already executed.

npm install ionic-angular

Is there any thing that I am missing to install or import or refer in the code to get these theme area work.

Thank you! this fixed my problem! :slight_smile: