10.0.1 • Published 3 years ago

ngx-onesignal v10.0.1

Weekly downloads
122
License
MIT
Repository
github
Last release
3 years ago

NgxOnesignal

Angular OneSignal

angular nrwl/nx one signal

https://nodei.co/npm/ngx-onesignal.png?downloads=true&downloadRank=true&stars=true

npm version Build Status Maintainability MIT License Node version Conventional Commits dependencies Status HitCount

used

1. Sign Up OneSignal

make Custom Code APP and get appId.

2. run Angular cli + add

npx @angular/cli will be replaced by the ng command if the angular cli is installed

# generate angular project
npx @angular/cli new [project name]

# cahnge directory
cd [project name]

# add pwa
npx @angular/cli add @angular/pwa

# add onesignal
npx @angular/cli add ngx-onesignal --appId=[your onesignal appId]

3. custmize Angular app

see sample code

4. build and run

# build production
npx ng build --prod

# npm run server
npx http-server ./dist/client -p 4000 -S -K tools/ssh/server.key -C tools/ssh/server.crt

# open onesignal https webpage
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --ignore-certificate-errors --user-data-dir=dist/chromeTemp

5. add Universal

# add universal
npx @angular/cli add @nguniversal/express-engine --clientProject [project name]

# build universal
npm run build:ssr

# run server ( http://localhost:4000 )
npm run serve:ssr

Supported

Angular versionngx-onestop versionsupport
1010.x
910.x
88.x-
78.x-

Development environment support

  • OSX 10.x
  • node v12

Tasks

  • format (prettier)
  • npm publish
  • ng_add
    • add NgxOneSignalModule to root module
    • add OneSignalSDKWorkers file
    • add OneSignalSDKWorkers to angular.json
    • replace ServiceWorkerModule.register file
  • sandbox test
  • unit testing
  • e2e testing
    • cypress
  • universal
  • nrwl/nx workspace support
  • ci/cd
10.0.1

3 years ago

10.0.0

4 years ago

10.0.0-beta.0

4 years ago

10.0.0-beta.1

4 years ago

8.0.4

4 years ago

8.0.3

4 years ago

8.0.2

4 years ago

8.0.1

5 years ago

8.0.0

5 years ago

7.0.1

5 years ago

7.0.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago