npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ngx-onesignal

v10.0.1

Published

angular 9+ OneSignal Service

Downloads

942

Readme

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 version | ngx-onestop version | support | | ---- | ---- | ---- | | 10 | 10.x | ○ | | 9 | 10.x | ○ | | 8 | 8.x | - | | 7 | 8.x | - |

Development environment support

  • OSX 10.x
  • node v12

Tasks

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