Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
2c44eb3b
Commit
2c44eb3b
authored
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
added storage dependencies in app module
parent
ae73c295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/app.module.ts
+8
-5
src/app/app.module.ts
with
8 additions
and
5 deletions
+8
-5
src/app/app.module.ts
+
8
-
5
View file @
2c44eb3b
// ionic native dependencies
import
{
NgModule
}
from
'
@angular/core
'
;
import
{
BrowserModule
}
from
'
@angular/platform-browser
'
;
import
{
RouteReuseStrategy
}
from
'
@angular/router
'
;
import
{
HttpClientModule
}
from
'
@angular/common/http
'
;
// ionic native dependencies
import
{
IonicModule
,
IonicRouteStrategy
}
from
'
@ionic/angular
'
;
import
{
SplashScreen
}
from
'
@ionic-native/splash-screen/ngx
'
;
import
{
StatusBar
}
from
'
@ionic-native/status-bar/ngx
'
;
import
{
Geolocation
}
from
'
@ionic-native/geolocation/ngx
'
;
import
{
IonicStorageModule
}
from
'
@ionic/storage
'
;
// custom dependencies
import
{
AppComponent
}
from
'
./app.component
'
;
import
{
AppRoutingModule
}
from
'
./app-routing.module
'
;
import
{
Geolocation
}
from
'
@ionic-native/geolocation/ngx
'
;
import
{
HttpClientModule
}
from
'
@angular/common/http
'
;
import
{
RestService
}
from
'
./rest.service
'
;
@
NgModule
({
...
...
@@ -21,7 +23,8 @@ import { RestService } from './rest.service';
BrowserModule
,
HttpClientModule
,
IonicModule
.
forRoot
(),
AppRoutingModule
AppRoutingModule
,
IonicStorageModule
.
forRoot
()
],
providers
:
[
Geolocation
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment