Add landingpage and lazyloading voor 3d map
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-11-02 12:24:15 +01:00
parent d661e5f3f9
commit 1991e79ed2
20 changed files with 992 additions and 474 deletions

View File

@@ -23,6 +23,7 @@ import { SecureOAuthStorage} from '@farmmaps/common';
import { OAuthStorage } from 'angular-oauth2-oidc';
import {Id4AuthconfigFactory} from './id4AuthconfigFactory';
import { TestComponent } from './test/test.component';
import { LandingpageComponent } from './landingpage/landingpage.component';
export const BOOTSTRAP_EFFECTS = new InjectionToken('Bootstrap Effects');
@@ -67,13 +68,13 @@ export const metaReducers: MetaReducer<any>[] = [debug];
LogoComponent,
MenuComponent,
RegisterDeviceComponent,
TestComponent
TestComponent,
LandingpageComponent
],
imports: [
AppRoutingModule,
AppCommonModule,
AppCommonServiceModule.forRoot(),
AppCommonMapModule.forRoot(),
BrowserModule,
StoreModule.forRoot({},{metaReducers,runtimeChecks: { // TODO fix this should all be true
strictStateImmutability: false,