Angular OneSignal
1. Sign Up OneSignal
make Custom Code APP and get appId.
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]
see sample code
# 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
# 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
Angular version | ngx-onestop version | support |
---|---|---|
10 | 10.x | ○ |
9 | 10.x | ○ |
8 | 8.x | - |
7 | 8.x | - |
- OSX 10.x
- node v12
- 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