1.0.33 • Published 4 days ago

@rfprodz/client-pwa-offline v1.0.33

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

PWA Offline Module for Angular

PWA offline feature for Angular clients.

Description

Registers an interceptor that activates a view indicating that the client system if offline.

Registers a route that serves the view that is activated when the client system goes offline.

Usage

Within the development workspace

Import the module

...
import { AppPwaOfflineModule } from '@app/client-pwa-offline';

@NgModule({
  imports: [
    ...
    AppPwaOfflineModule,
    ...
  ],
  ...
})
export class AppModule {}

As an external package

Install the package

yarn add @rfprodz/client-pwa-offline @angular/common @angular/core @angular/material @angular/router

Import the module

...
import { AppPwaOfflineModule } from '@rfprodz/client-pwa-offline';

@NgModule({
  imports: [
    ...
    AppPwaOfflineModule,
    ...
  ],
  ...
})
export class AppModule {}

Developer commands reference

npx nx run tools:help --search client-pwa-offline:

References

1.0.33

4 days ago

1.0.32

10 days ago

1.0.31

21 days ago

1.0.30

2 months ago

1.0.29

2 months ago

1.0.28

2 months ago

1.0.27

3 months ago

1.0.26

4 months ago

1.0.25

5 months ago

1.0.24

5 months ago

1.0.19

6 months ago

1.0.18

6 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.9

9 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.5

10 months ago

1.0.22

6 months ago

1.0.11

9 months ago

1.0.21

6 months ago

1.0.10

9 months ago

1.0.20

6 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.4

11 months ago

1.0.2

11 months ago

1.0.0

11 months ago