@@ -13,6 +13,8 @@ import { ProfileOnePage } from '../pages/profile/profile-one/profile-one';
13
13
import { ProfileTwoPage } from '../pages/profile/profile-two/profile-two' ;
14
14
import { ProfileThreePage } from '../pages/profile/profile-three/profile-three' ;
15
15
import { ProfileFourPage } from '../pages/profile/profile-four/profile-four' ;
16
+ import { ProfileFivePage } from '../pages/profile/profile-five/profile-five' ;
17
+ import { ProfileSettingsPage } from '../pages/profile/profile-settings/profile-settings' ;
16
18
17
19
// Lists list
18
20
import { ListsPage } from '../pages/list/list' ;
@@ -24,19 +26,6 @@ import { LoginListPage } from '../pages/login/login';
24
26
import { LoginOnePage } from '../pages/login/login-one/login-one' ;
25
27
import { LoginInstagramPage } from '../pages/login/login-instagram/login-instagram' ;
26
28
import { LoginSliderPage } from '../pages/login/login-slider/login-slider' ;
27
- // Miscellaneous list
28
- import { MiscellaneousListPage } from '../pages/miscellaneous/miscellaneous' ;
29
- import { ClockPage } from '../pages/miscellaneous/clock/clock' ;
30
- import { CountdownOnePage } from '../pages/miscellaneous/countdown/countdown' ;
31
- import { TinderCardsPage } from '../pages/miscellaneous/tinder-cards/tinder-cards' ;
32
- import { TestimonialsPage } from '../pages/miscellaneous/testimonials/testimonials' ;
33
- import { ParallaxScrollerPage } from '../pages/miscellaneous/parallax-scroller/parallax-scroller' ;
34
- import { CurrencyConverterPage } from '../pages/miscellaneous/currency-converter/currency-converter' ;
35
- import { WeatherPage } from '../pages/miscellaneous/weather/weather' ;
36
- import { MessagesPage } from '../pages/miscellaneous/chat/messages/messages' ;
37
- import { ChatsPage } from '../pages/miscellaneous/chat/chats' ;
38
- import { BlogPostPage } from '../pages/miscellaneous/blog-post/blog-post' ;
39
- import { ProfileSettingsPage } from '../pages/profile/profile-settings/profile-settings' ;
40
29
41
30
// Popup Menu list
42
31
import { PopupMenuListPage } from '../pages/popup-menu/popup-menu' ;
@@ -83,6 +72,20 @@ import { SlideFreeModePage } from '../pages/slide/slide-free-mode/slide-free-mod
83
72
import { SlideNestedPage } from '../pages/slide/slide-nested/slide-nested' ;
84
73
import { SlideColorChangingPage } from '../pages/slide/slide-color-changing/slide-color-changing' ;
85
74
75
+ // Miscellaneous list
76
+ import { MiscellaneousListPage } from '../pages/miscellaneous/miscellaneous' ;
77
+ import { ClockPage } from '../pages/miscellaneous/clock/clock' ;
78
+ import { CountdownOnePage } from '../pages/miscellaneous/countdown/countdown' ;
79
+ import { TinderCardsPage } from '../pages/miscellaneous/tinder-cards/tinder-cards' ;
80
+ import { TestimonialsPage } from '../pages/miscellaneous/testimonials/testimonials' ;
81
+ import { ParallaxScrollerPage } from '../pages/miscellaneous/parallax-scroller/parallax-scroller' ;
82
+ import { CurrencyConverterPage } from '../pages/miscellaneous/currency-converter/currency-converter' ;
83
+ import { WeatherPage } from '../pages/miscellaneous/weather/weather' ;
84
+ import { MessagesPage } from '../pages/miscellaneous/chat/messages/messages' ;
85
+ import { ChatsPage } from '../pages/miscellaneous/chat/chats' ;
86
+ import { BlogPostPage } from '../pages/miscellaneous/blog-post/blog-post' ;
87
+ import { CreditCardScanPage } from '../pages/miscellaneous/credit-card-scan/credit-card-scan' ;
88
+
86
89
// Providers
87
90
import { WeatherService } from '../pages/miscellaneous/weather/weather.service' ;
88
91
import { ToastService } from '../providers/util/toast.service' ;
@@ -99,104 +102,104 @@ import { OrderByPipe } from '../pipes/orderby.pipe';
99
102
import { ShortenStringPipe } from '../pipes/shorten.pipe' ;
100
103
import { CapitalizePipe } from '../pipes/capitalize.pipe' ;
101
104
102
- export class AppImports {
103
-
104
- public static Pages = [
105
- // Home
106
- HomePage ,
107
-
108
- // Theming
109
- ThemingPage ,
110
-
111
- // Profile
112
- ProfileListPage ,
113
- ProfileOnePage ,
114
- ProfileTwoPage ,
115
- ProfileThreePage ,
116
- ProfileFourPage ,
117
- ProfileSettingsPage ,
118
-
119
- LoginListPage ,
120
- LoginOnePage ,
121
- LoginInstagramPage ,
122
- LoginSliderPage ,
123
-
124
- // Miscellaneous
125
- MiscellaneousListPage ,
126
- PopupMenuListPage ,
127
- PopupMenuOnePage ,
128
- TestimonialsPage ,
129
- TinderCardsPage ,
130
- CountdownOnePage ,
131
- ParallaxScrollerPage ,
132
- CurrencyConverterPage ,
133
- ClockPage ,
134
- WeatherPage ,
135
- ChatsPage ,
136
- MessagesPage ,
137
- BlogPostPage ,
138
-
139
- // Cards
140
- CardListPage ,
141
- CardBackgroundPage ,
142
- CardMapPage ,
143
- CardImagePage ,
144
- CardSocialPage ,
145
- CardBadgePage ,
146
-
147
- // Modals
148
- ModalsPage ,
149
- FullModalsPage ,
150
- BasicModalPage ,
151
- ParamsModalPage ,
152
- SmallModalsPage ,
153
- SignupModalPage ,
154
- WalkthroughModalPage ,
155
- HintModalPage ,
156
-
157
- // Buttons
158
- ButtonsListPage ,
159
- IconButtonsPage ,
160
- ButtonComponentsPage ,
161
- ButtonStylesPage ,
162
-
163
- // Lists
164
- ListsPage ,
165
- SettingsListPage ,
166
- SlidingItemListPage ,
167
-
168
- // Alerts
169
- AlertsPage ,
170
-
171
- // Slides
172
- SlidesPage ,
173
- SlideCarouselPage ,
174
- SlideTransitionsPage ,
175
- SlidePhotoGalleryPage ,
176
- SlideNestedPage ,
177
- SlideFreeModePage ,
178
- SlideRightToLeftPage ,
179
- SlideMultirowPage ,
180
- SliderListPage ,
181
- SliderListTwoPage ,
182
- SlideCustomPaginationPage ,
183
- SlideColorChangingPage ,
184
-
185
- // Popup Menu
186
- PopupMenuListPage ,
187
- PopupMenuOnePage ,
188
- ]
189
-
190
- public static Pipes = [
191
- TemperaturePipe , MomentPipe , OrderByPipe , CapitalizePipe , ShortenStringPipe
192
- ]
193
-
194
- public static Providers = [
195
- WeatherService , AlertService , ToastService , AppState
196
- ]
197
-
198
- public static Directives = [
199
- Timer ,
200
- TypingEffect ,
201
- ]
202
- }
105
+
106
+ export const Pages = [
107
+ // Home
108
+ HomePage ,
109
+
110
+ // Theming
111
+ ThemingPage ,
112
+
113
+ // Profile
114
+ ProfileListPage ,
115
+ ProfileOnePage ,
116
+ ProfileTwoPage ,
117
+ ProfileThreePage ,
118
+ ProfileFourPage ,
119
+ ProfileFivePage ,
120
+ ProfileSettingsPage ,
121
+
122
+ LoginListPage ,
123
+ LoginOnePage ,
124
+ LoginInstagramPage ,
125
+ LoginSliderPage ,
126
+
127
+ // Miscellaneous
128
+ MiscellaneousListPage ,
129
+ PopupMenuListPage ,
130
+ PopupMenuOnePage ,
131
+ TestimonialsPage ,
132
+ TinderCardsPage ,
133
+ CountdownOnePage ,
134
+ ParallaxScrollerPage ,
135
+ CurrencyConverterPage ,
136
+ CreditCardScanPage ,
137
+ ClockPage ,
138
+ WeatherPage ,
139
+ ChatsPage ,
140
+ MessagesPage ,
141
+ BlogPostPage ,
142
+
143
+ // Cards
144
+ CardListPage ,
145
+ CardBackgroundPage ,
146
+ CardMapPage ,
147
+ CardImagePage ,
148
+ CardSocialPage ,
149
+ CardBadgePage ,
150
+
151
+ // Modals
152
+ ModalsPage ,
153
+ FullModalsPage ,
154
+ BasicModalPage ,
155
+ ParamsModalPage ,
156
+ SmallModalsPage ,
157
+ SignupModalPage ,
158
+ WalkthroughModalPage ,
159
+ HintModalPage ,
160
+
161
+ // Buttons
162
+ ButtonsListPage ,
163
+ IconButtonsPage ,
164
+ ButtonComponentsPage ,
165
+ ButtonStylesPage ,
166
+
167
+ // Lists
168
+ ListsPage ,
169
+ SettingsListPage ,
170
+ SlidingItemListPage ,
171
+
172
+ // Alerts
173
+ AlertsPage ,
174
+
175
+ // Slides
176
+ SlidesPage ,
177
+ SlideCarouselPage ,
178
+ SlideTransitionsPage ,
179
+ SlidePhotoGalleryPage ,
180
+ SlideNestedPage ,
181
+ SlideFreeModePage ,
182
+ SlideRightToLeftPage ,
183
+ SlideMultirowPage ,
184
+ SliderListPage ,
185
+ SliderListTwoPage ,
186
+ SlideCustomPaginationPage ,
187
+ SlideColorChangingPage ,
188
+
189
+ // Popup Menu
190
+ PopupMenuListPage ,
191
+ PopupMenuOnePage ,
192
+ ]
193
+
194
+ export const Pipes = [
195
+ TemperaturePipe , MomentPipe , OrderByPipe , CapitalizePipe , ShortenStringPipe
196
+ ]
197
+
198
+ export const Providers = [
199
+ WeatherService , AlertService , ToastService , AppState
200
+ ]
201
+
202
+ export const Directives = [
203
+ Timer ,
204
+ TypingEffect ,
205
+ ]
0 commit comments