17.0.2 • Published 6 months ago

@ngpat/store v17.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@ngpat/store

Custom stores. Some stores augment NgRx, some are standalone for extreme performance. Common firebase utilities to facilitate connections with firestore and integrations with NgRX.

Adding Ngpat Firebase Ngrx State

In your app root module, add to Root Store amd Effects classes.

import {NgModule} from '@angular/core';
import { StoreModule } from '@ngrx/store';
import {EffectsModule} from '@ngrx/effects';

import {
    NG_PAT_FIREBASE_ROOT_REDUCERS,
    NG_PAT_FIREBASE_ROOT_STATE_INITIALIZERS,
    NG_PAT_FIREBASE_ROOT_EFFECTS
} from '@ngpat/store';

@NgModule({
    imports: [
        StoreModule.forRoot(
            {
                ...NG_PAT_FIREBASE_ROOT_REDUCERS
            },
            {
                initialState: {
                    ...NG_PAT_FIREBASE_ROOT_STATE_INITIALIZERS
                }
            }
        ),
        EffectsModule.forRoot([
            ...NG_PAT_FIREBASE_ROOT_EFFECTS
        ])
    ]
})
export class AppMoule {
}

Writing a getService to connect to firestore

TODO docs

Using the CustomFireStoreService

TODO docs

Add Authentication app

TODO docs

Using Connect / Disconnect Actions

Demo Site

See ng-patterns.web.app

All Ngpat Libraries

16.5.14

9 months ago

16.5.13

10 months ago

16.5.12

10 months ago

16.5.11

10 months ago

16.5.10

10 months ago

16.6.1-beta.1

9 months ago

16.6.1-beta.2

9 months ago

16.6.1-beta.0

9 months ago

16.9.1

6 months ago

16.5.5

10 months ago

16.9.0

7 months ago

16.5.4

10 months ago

16.1.8

10 months ago

16.7.27

8 months ago

16.5.3

10 months ago

16.7.26

8 months ago

16.5.2

10 months ago

16.9.5

6 months ago

16.7.25

8 months ago

16.7.7

9 months ago

16.7.7-beta.2

9 months ago

16.5.9

10 months ago

16.9.4

6 months ago

16.7.24

8 months ago

16.5.8

10 months ago

16.9.3

6 months ago

16.7.23

8 months ago

16.5.7

10 months ago

16.9.2

6 months ago

16.7.22

8 months ago

16.7.7-beta.1

9 months ago

16.5.6

10 months ago

16.7.9

9 months ago

16.9.6

6 months ago

16.5.1

10 months ago

16.5.0

10 months ago

16.7.17

8 months ago

16.7.16

8 months ago

16.7.15

8 months ago

16.7.14

8 months ago

16.7.12

8 months ago

16.7.11

9 months ago

16.7.19

8 months ago

16.7.21

8 months ago

16.7.20

8 months ago

16.8.2

8 months ago

16.8.1

8 months ago

16.8.0

8 months ago

16.6.2

9 months ago

16.6.1

9 months ago

16.8.3

8 months ago

17.0.2

6 months ago

17.0.1

6 months ago

17.0.0

6 months ago

16.7.10

9 months ago

16.6.0

9 months ago

16.0.0-beta.0

1 year ago

16.1.7

12 months ago

16.1.6

12 months ago

16.0.7

1 year ago

16.1.1

12 months ago

16.0.2

1 year ago

16.1.0

12 months ago

16.0.1

1 year ago

16.0.0

1 year ago

16.1.5

12 months ago

16.0.6

1 year ago

16.1.4

12 months ago

16.0.5

1 year ago

16.1.3

12 months ago

16.0.4

1 year ago

16.1.2

12 months ago

15.1.1

1 year ago

15.1.2

1 year ago

15.1.0

1 year ago

15.1.5

1 year ago

15.1.6

1 year ago

15.1.3

1 year ago

15.1.4

1 year ago

15.0.2

1 year ago