File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/bottomnavigationbar/angular Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- export * from './nativescript-material-bottomnavigationbar. module' ;
1
+ export * from './module' ;
Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
2
import { registerElement } from '@nativescript/angular' ;
3
3
import { BottomNavigationBar , BottomNavigationTab } from '@nativescript-community/ui-material-bottomnavigationbar' ;
4
- import { DIRECTIVES } from './nativescript-material-bottomnavigationbar. directives' ;
5
- export { BottomNavigationBarDirective , BottomNavigationTabDirective } from './nativescript-material-bottomnavigationbar. directives' ;
4
+ import { DIRECTIVES } from './directives' ;
5
+ export { BottomNavigationBarDirective , BottomNavigationTabDirective } from './directives' ;
6
6
7
7
@NgModule ( {
8
8
declarations : [ DIRECTIVES ] ,
You can’t perform that action at this time.
0 commit comments