Add register device placeholder
This commit is contained in:
@@ -18,6 +18,7 @@ import { StoreRouterConnectingModule} from '@ngrx/router-store';
|
||||
import {AppRoutingModule} from './app-routing.module';
|
||||
import { LogoComponent } from './logo/logo.component';
|
||||
import { MenuComponent } from './menu/menu.component';
|
||||
import {RegisterDeviceComponent} from './registerdevice/registerdevice.component';
|
||||
import { SecureOAuthStorage} from '@farmmaps/common';
|
||||
import { OAuthStorage } from 'angular-oauth2-oidc';
|
||||
|
||||
@@ -50,7 +51,8 @@ export function provideBootstrapEffects(effects: Type<any>[]) {
|
||||
declarations: [
|
||||
AppRootComponent,
|
||||
LogoComponent,
|
||||
MenuComponent
|
||||
MenuComponent,
|
||||
RegisterDeviceComponent
|
||||
],
|
||||
imports: [
|
||||
AppRoutingModule,
|
||||
|
Reference in New Issue
Block a user