demos(angular): add test for badge in angular

This commit is contained in:
Brandy Carney
2018-01-08 14:09:51 -05:00
parent d45d8bab2e
commit 6b366d9610
5 changed files with 127 additions and 0 deletions

View File

@ -8,6 +8,7 @@ const routes: Routes = [
{ path: 'home', loadChildren: 'app/home-page/home-page.module#HomePageModule' },
{ path: 'alert', loadChildren: 'app/alert/alert.module#AlertModule' },
{ path: 'actionSheet', loadChildren: 'app/action-sheet/action-sheet.module#ActionSheetModule' },
{ path: 'badge', loadChildren: 'app/badge/badge.module#BadgeModule' },
{ path: 'toast', loadChildren: 'app/toast/toast.module#ToastModule' },
{ path: 'loading', loadChildren: 'app/loading/loading.module#LoadingModule' },
{ path: 'nav', loadChildren: 'app/nav/nav.module#NavModule' },