nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
219 stars 80 forks source link

NativeScriptMaterialTabsModule not found in ui-material-tabs 5.0.6 #181

Open johandrott opened 4 years ago

johandrott commented 4 years ago

After upgrading to ui-material 5.x I got the following message in the console

Skärmavbild 2020-09-22 kl  20 25 35

So I installed @nativescript-community/ui-material-tabs but there is no angular folder in node_modules after installing so the import { NativeScriptMaterialTabsModule } from "@nativescript-community/ui-material-tabs/angular" doesn't work.

Skärmavbild 2020-09-22 kl  20 44 37
farfromrefug commented 4 years ago

@johandrott my bad indeed there is no angular module for it. Will look at @nativescript/angular to get it from there . until then stick to 4.x if you need tabs!