8000 GitHub - limjoonae/ngx-onesignal: Anguler 7+ oneSingal service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

limjoonae/ngx-onesignal

 
 

Repository files navigation

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 light-server -s ./dist/client -p 4000 --historyindex /index.html

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

Development environment support

  • OSX 10.x
  • node v10

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

About

Anguler 7+ oneSingal service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 54.4%
  • HTML 34.6%
  • JavaScript 10.6%
  • CSS 0.4%
0