Add test component
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -22,6 +22,7 @@ import {RegisterDeviceComponent} from './registerdevice/registerdevice.component
|
||||
import { SecureOAuthStorage} from '@farmmaps/common';
|
||||
import { OAuthStorage } from 'angular-oauth2-oidc';
|
||||
import {Id4AuthconfigFactory} from './id4AuthconfigFactory';
|
||||
import { TestComponent } from './test/test.component';
|
||||
|
||||
export const BOOTSTRAP_EFFECTS = new InjectionToken('Bootstrap Effects');
|
||||
|
||||
@@ -65,7 +66,8 @@ export const metaReducers: MetaReducer<any>[] = [debug];
|
||||
AppRootComponent,
|
||||
LogoComponent,
|
||||
MenuComponent,
|
||||
RegisterDeviceComponent
|
||||
RegisterDeviceComponent,
|
||||
TestComponent
|
||||
],
|
||||
imports: [
|
||||
AppRoutingModule,
|
||||
|
Reference in New Issue
Block a user