@@ -19,8 +19,10 @@ const routes: Routes = [
1919 { path : 'detox' , loadChildren : ( ) => import ( './plugin-demos/detox.module' ) . then ( m => m . DetoxModule ) } ,
2020 { path : 'directions' , loadChildren : ( ) => import ( './plugin-demos/directions.module' ) . then ( m => m . DirectionsModule ) } ,
2121 { path : 'email' , loadChildren : ( ) => import ( './plugin-demos/email.module' ) . then ( m => m . EmailModule ) } ,
22+ { path : 'facebook' , loadChildren : ( ) => import ( './plugin-demos/facebook.module' ) . then ( m => m . FacebookModule ) } ,
2223 { path : 'fingerprint-auth' , loadChildren : ( ) => import ( './plugin-demos/fingerprint-auth.module' ) . then ( m => m . FingerprintAuthModule ) } ,
2324 { path : 'geolocation' , loadChildren : ( ) => import ( './plugin-demos/geolocation.module' ) . then ( m => m . GeolocationModule ) } ,
25+ { path : 'google-signin' , loadChildren : ( ) => import ( './plugin-demos/google-signin.module' ) . then ( m => m . GoogleSigninModule ) } ,
2426 { path : 'imagepicker' , loadChildren : ( ) => import ( './plugin-demos/imagepicker.module' ) . then ( m => m . ImagepickerModule ) } ,
2527 { path : 'ios-security' , loadChildren : ( ) => import ( './plugin-demos/ios-security.module' ) . then ( m => m . IosSecurityModule ) } ,
2628 { path : 'iqkeyboardmanager' , loadChildren : ( ) => import ( './plugin-demos/iqkeyboardmanager.module' ) . then ( m => m . IqkeyboardmanagerModule ) } ,
@@ -29,6 +31,7 @@ const routes: Routes = [
2931 { path : 'picker' , loadChildren : ( ) => import ( './plugin-demos/picker.module' ) . then ( m => m . PickerModule ) } ,
3032 { path : 'shared-notification-delegate' , loadChildren : ( ) => import ( './plugin-demos/shared-notification-delegate.module' ) . then ( m => m . SharedNotificationDelegateModule ) } ,
3133 { path : 'social-share' , loadChildren : ( ) => import ( './plugin-demos/social-share.module' ) . then ( m => m . SocialShareModule ) } ,
34+ { path : 'twitter' , loadChildren : ( ) => import ( './plugin-demos/twitter.module' ) . then ( m => m . TwitterModule ) } ,
3235 { path : 'zip' , loadChildren : ( ) => import ( './plugin-demos/zip.module' ) . then ( m => m . ZipModule ) }
3336] ;
3437
0 commit comments