Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nativescript-community/ui-materia…
Browse files Browse the repository at this point in the history
…l-components
  • Loading branch information
farfromrefug committed Apr 7, 2021
2 parents f46d725 + 9934383 commit db2155b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bottom-navigation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ MDBottomNavigation TabStrip {
### NativeScript + Angular

```typescript
import { NativeScriptMaterialTabsModule } from "@nativescript-community/ui-material-slider/angular";
import { NativeScriptMaterialTabsModule } from "@nativescript-community/ui-material-bottom-navigation/angular";

@NgModule({
imports: [
NativeScriptMaterialTabsModule,
NativeScriptMaterialBottomNavigationModule,
...
],
...
Expand Down

0 comments on commit db2155b

Please sign in to comment.