What is PushJs ? β
Push is the fastest way to get up and running with Javascript desktop notifications. π₯
A fairly new addition to the official specification, the Notification API allows modern browsers such as Chrome, Safari, Firefox, and IE 9+ to push notifications to a userβs desktop. ππ»
Push acts as a cross-browser solution to this API, falling back to use older implementations if the userβs browser does not support the new API. π
Installing
You can quickly install Push via npm:
Or, if you want something a little more lightweight, you can give Bower a try:
https://t.me/pgimg/10
[ Website ] : https://pushjs.org/
γ°γ°γ°γ°γ°γ°
#js #push #notification
@ProgrammingTip
Push is the fastest way to get up and running with Javascript desktop notifications. π₯
A fairly new addition to the official specification, the Notification API allows modern browsers such as Chrome, Safari, Firefox, and IE 9+ to push notifications to a userβs desktop. ππ»
Push acts as a cross-browser solution to this API, falling back to use older implementations if the userβs browser does not support the new API. π
Installing
You can quickly install Push via npm:
$ npm install push.js --save
Or, if you want something a little more lightweight, you can give Bower a try:
$ bower install push.js --save
https://t.me/pgimg/10
[ Website ] : https://pushjs.org/
γ°γ°γ°γ°γ°γ°
#js #push #notification
@ProgrammingTip
Telegram
Programming Tips Resources
NGX Toastr π
Easy Toasts for Angular π °οΈ
πΉπΈπΉπΈ
Features β¨:
β’ Toast Component Injection without being passed ViewContainerRef
γ°γ°γ°
β’ No use of *ngFor. Fewer dirty checks and higher performance.
γ°γ°γ°
β’ AoT compilation and lazy loading compatible
γ°γ°γ°
β’ Component inheritance for custom toasts
γ°γ°γ°
β’ SystemJS/UMD rollup bundle
γ°γ°γ°
β’ Animations using Angular's Web Animations API
γ°γ°γ°
β’ Output toasts to an optional target directive
γ°γ°γ°
β’ Individual Options
πΉπΈπΉπΈ
https://t.me/pgimg/68
[ Github ] : http://bit.do/ngxg
[ Demo ] : http://bit.do/ngxd
γ°γ°γ°γ°γ°γ°
#Angular #Notification #Toastr
@ProgrammingTip
Easy Toasts for Angular π °οΈ
πΉπΈπΉπΈ
Features β¨:
β’ Toast Component Injection without being passed ViewContainerRef
γ°γ°γ°
β’ No use of *ngFor. Fewer dirty checks and higher performance.
γ°γ°γ°
β’ AoT compilation and lazy loading compatible
γ°γ°γ°
β’ Component inheritance for custom toasts
γ°γ°γ°
β’ SystemJS/UMD rollup bundle
γ°γ°γ°
β’ Animations using Angular's Web Animations API
γ°γ°γ°
β’ Output toasts to an optional target directive
γ°γ°γ°
β’ Individual Options
πΉπΈπΉπΈ
https://t.me/pgimg/68
[ Github ] : http://bit.do/ngxg
[ Demo ] : http://bit.do/ngxd
γ°γ°γ°γ°γ°γ°
#Angular #Notification #Toastr
@ProgrammingTip
Telegram
Programming Tips Resources