However it shows basic html texts only. I don’t know why it’s not working on my ionic app.
I added following import to my html page ts file:
import { MatTabsModule } from '@angular/material/tabs';
and nothing changed.
I added it to app.module.ts and and put MatTabsModule to import declarations and now it throws me an error:
Cannot find module: 'rxjs/operators/debounceTime'
and the whole app doesn’t load.
A guy on Ionic github page told me Angular Material works on Ionic but I don’t see how?
How do you guys make this work on Ionic? I really need angular material tab on my app.
That tab exactly what I’m looking for.
Yeah, this is indeed similar and actually identical.
I will try this now although some people are saying it has few bugs.
Does this Super Tabs work within a single HTML page? it seems to require several pages to work unlike Angular Material tabs which creates tab pages within a single HTML page based on <div>.
I’m building an app which does most of its jobs on a single html page so ideally if I manage to work with that Angular material tab, it’s going to be fantastic but Ionic doesn’t seem to work well with all angular material components…
Other opinions would be still appreciated.