1
0
This commit is contained in:
2020-05-12 12:55:44 -04:00
parent 51d67a664a
commit 5fece2f29b
3 changed files with 2060 additions and 2378 deletions

View File

@@ -2,13 +2,15 @@ import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { StoreModule } from '@ngrx/store';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule
BrowserModule,
StoreModule.forRoot({}, {})
],
providers: [],
bootstrap: [AppComponent]