Forgot to export stateserializerservice
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
17af34ff94
commit
9c5955bc6f
@ -27,6 +27,7 @@ import { AuthCallbackGuard } from './components/auth-callback/auth-callback.guar
|
||||
import { ResumableFileUploadService } from './components/resumable-file-upload/resumable-file-upload.service';
|
||||
import { NgbDateNativeAdapter } from './services/date-adapter.service'
|
||||
import { AuthConfigFactory } from './shared/authconfigFactory';
|
||||
import { StateSerializerService } from './services/state-serializer.service';
|
||||
|
||||
export {
|
||||
FolderService,
|
||||
@ -45,7 +46,8 @@ export {
|
||||
FullScreenGuard,
|
||||
AuthCallbackGuard,
|
||||
ResumableFileUploadService,
|
||||
NgbDateNativeAdapter
|
||||
NgbDateNativeAdapter,
|
||||
StateSerializerService
|
||||
};
|
||||
|
||||
@NgModule({
|
||||
|
Loading…
Reference in New Issue
Block a user