|
|
|
@@ -9,18 +9,15 @@ import { AuthGuard } from './auth/auth-guard.service'; |
|
|
|
import { AuthModule } from './auth/auth.module'; |
|
|
|
import { AuthService } from './auth/auth.service'; |
|
|
|
import { DataStorageService } from './shared/data-storage.service'; |
|
|
|
import { HeaderComponent } from './header/header.component'; |
|
|
|
import { RecipeService } from './recipes/recipe.service'; |
|
|
|
import { SharedModule } from './shared/shared.module'; |
|
|
|
import { ShoppingListModule } from './shopping-list/shopping-list.module'; |
|
|
|
import { ShoppingListService } from './shopping-list/shopping-list.service'; |
|
|
|
import { HomeComponent } from './home/home.component'; |
|
|
|
import { CoreModule } from './core/core.module'; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
declarations: [ |
|
|
|
AppComponent, |
|
|
|
HeaderComponent, |
|
|
|
HomeComponent |
|
|
|
AppComponent |
|
|
|
], |
|
|
|
imports: [ |
|
|
|
BrowserModule, |
|
|
|
@@ -29,7 +26,8 @@ import { HomeComponent } from './home/home.component'; |
|
|
|
AppRoutingModule, |
|
|
|
SharedModule, |
|
|
|
ShoppingListModule, |
|
|
|
AuthModule |
|
|
|
AuthModule, |
|
|
|
CoreModule |
|
|
|
], |
|
|
|
providers: [ |
|
|
|
ShoppingListService, |
|
|
|
|