Skip to content

Commit

Permalink
refactor: remove ngxs storage plugin package (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Jan 26, 2024
1 parent edf4dfa commit 7e44b14
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion apps/dsp-app/src/app/app.module.ts
Expand Up @@ -34,7 +34,6 @@ import {
} from '@dasch-swiss/vre/shared/app-string-literal';
import { TranslateLoader, TranslateModule } from '@ngx-translate/core';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin';
import { AngularSplitModule } from 'angular-split';
import { PdfViewerModule } from 'ng2-pdf-viewer';
import { ColorPickerModule } from 'ngx-color-picker';
Expand Down
Expand Up @@ -24,7 +24,6 @@ import { MatInputModule } from '@angular/material/input';
import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu';
import { StringLiteral } from '@dasch-swiss/dsp-js';
import { NgxsStoreModule, UserSelectors } from '@dasch-swiss/vre/shared/app-state';
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin';
import { Store } from '@ngxs/store';

@Component({
Expand All @@ -40,7 +39,6 @@ import { Store } from '@ngxs/store';
FormsModule,
ReactiveFormsModule,
NgxsStoreModule,
NgxsStoragePluginModule,
],
templateUrl: './dasch-swiss-string-literal.component.html',
styleUrls: ['./dasch-swiss-string-literal.component.scss'],
Expand Down
Expand Up @@ -7,7 +7,6 @@ import { MatIconModule } from '@angular/material/icon';
import { MatInputModule } from '@angular/material/input';
import { MatMenuModule } from '@angular/material/menu';
import { NgxsStoreModule } from '@dasch-swiss/vre/shared/app-state';
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin';
import { HumanReadableErrorPipe } from './human-readable-error.pipe';
import { MultiLanguageFormService } from './multi-language-form.service';

Expand All @@ -25,7 +24,6 @@ import { MultiLanguageFormService } from './multi-language-form.service';
FormsModule,
ReactiveFormsModule,
NgxsStoreModule,
NgxsStoragePluginModule,
HumanReadableErrorPipe,
],
template: `
Expand Down
Expand Up @@ -7,7 +7,6 @@ import { MatIconModule } from '@angular/material/icon';
import { MatInputModule } from '@angular/material/input';
import { MatMenuModule } from '@angular/material/menu';
import { NgxsStoreModule } from '@dasch-swiss/vre/shared/app-state';
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin';
import { HumanReadableErrorPipe } from './human-readable-error.pipe';
import { MultiLanguageFormService } from './multi-language-form.service';

Expand All @@ -25,7 +24,6 @@ import { MultiLanguageFormService } from './multi-language-form.service';
FormsModule,
ReactiveFormsModule,
NgxsStoreModule,
NgxsStoragePluginModule,
HumanReadableErrorPipe,
],
template: `
Expand Down
18 changes: 0 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -52,7 +52,6 @@
"@ngxs/devtools-plugin": "^3.8.1",
"@ngxs/logger-plugin": "^3.8.1",
"@ngxs/router-plugin": "^3.8.1",
"@ngxs/storage-plugin": "^3.8.1",
"@ngxs/store": "^3.8.1",
"@nx/angular": "16.5.3",
"angular-split": "^14.0.0",
Expand Down

0 comments on commit 7e44b14

Please sign in to comment.