Skip to content

Commit a8fa6eb

Browse files
authored
Add local-storage.service.ts (#23)
Signed-off-by: Pavel Shalamkov <[email protected]>
1 parent 800cf9f commit a8fa6eb

File tree

10 files changed

+680
-83
lines changed

10 files changed

+680
-83
lines changed

_legacy/src/ng-generate/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Files which are also automatically generated, but not included in the component'
3333
2. `highlight.directive.ts` under `src/app/shared/directives`
3434
3. `horizontal-overflow.ts` under `src/app/shared/directives`
3535
4. `validate-input.ts` under `src/app/shared/directives`
36-
5. `storage.service.ts` under `src/app/shared/services`
36+
5. `local-storage.service.ts` under `src/app/shared/services`
3737
6. `show-descripiton.ts` under `src/app/shared/pipes`
3838
7. `general.component.<style-extension>` under `src/assets/scss`
3939
8. `export-table.dialot.component.ts` under `src/app/shared/export-confirmation-dialog`

libs/schematic/generators/ng-generate/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Files which are also automatically generated, but not included in the component'
3232
2. `highlight.directive.ts` under `src/app/shared/directives`
3333
3. `horizontal-overflow.ts` under `src/app/shared/directives`
3434
4. `validate-input.ts` under `src/app/shared/directives`
35-
5. `storage.service.ts` under `src/app/shared/services`
35+
5. `local-storage.service.ts` under `src/app/shared/services`
3636
6. `show-descripiton.ts` under `src/app/shared/pipes`
3737
7. `general.component.<style-extension>` under `src/assets/scss`
3838
8. `export-table.dialot.component.ts` under `src/app/shared/export-confirmation-dialog`

libs/schematic/generators/ng-generate/components/table/generators/services/storage/files/__name@dasherize__.service.ts.template

Lines changed: 0 additions & 38 deletions
This file was deleted.

libs/schematic/generators/ng-generate/components/table/generators/services/storage/index.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

libs/schematic/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export * from './lib/directives/table-cell-tooltip.directive';
1313
export * from './lib/services/paginator-select-config.provider';
1414
export * from './lib/services/remote-table.service';
1515
export * from './lib/services/static-table.service';
16-
export * from './lib/services/storage.service';
16+
export * from './lib/services/local-storage.service';
1717
export * from './lib/services/remote-table-data-source.service';
1818
export * from './lib/services/static-table-data-source.service';
1919

0 commit comments

Comments
 (0)