All Projects → cipchk → ngx-notify

cipchk / ngx-notify

Licence: MIT license
一个无须依赖HTML模板、极简Angular通知组件。

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to ngx-notify

aurelia-notify
A notification plugin for Aurelia.
Stars: ✭ 14 (-82.72%)
Mutual labels:  notify
mongo-images
Ever wonder how you can create a full stack reactive application that also saves images? Well look no further! We've got Spring Webflux, Reactive Mongo Streams with GridFS, and Angular5!
Stars: ✭ 12 (-85.19%)
Mutual labels:  angular5
angular5-social-login
Social authentication module for Angular 5. Includes Facebook and Google login with AOT compatibility.
Stars: ✭ 40 (-50.62%)
Mutual labels:  angular5
iShop
A shopping website using ASP.net Core 2.0, EF Core 2.0 and Angular 5
Stars: ✭ 17 (-79.01%)
Mutual labels:  angular5
angular-google-place
Angular google place library
Stars: ✭ 15 (-81.48%)
Mutual labels:  angular5
angularx-qrcode-sample-app
Angular5/6/7/8/9/10+ sample apps with working implementations of angularx-qrcode
Stars: ✭ 15 (-81.48%)
Mutual labels:  angular5
ngx-redux-core
The modern redux integration for Angular 6+
Stars: ✭ 32 (-60.49%)
Mutual labels:  angular5
incubator-rocketmq
带中文代码注释 Mirror of Apache RocketMQ 源码解析:http://www.iocoder.cn/categories/RocketMQ/?github
Stars: ✭ 343 (+323.46%)
Mutual labels:  notify
ngx-loading-mask
Angular 5+ simple loading-mask ui component.
Stars: ✭ 22 (-72.84%)
Mutual labels:  angular5
pg-pubsub
Reliable PostgreSQL LISTEN/NOTIFY with inter-process lock support
Stars: ✭ 50 (-38.27%)
Mutual labels:  notify
nz-schema-form
ng-zorro-antd form generation based on JSON-Schema
Stars: ✭ 40 (-50.62%)
Mutual labels:  angular5
angular-admin-panel
An Angular Admin boilerplate to quickly scaffold any large scale enterprise application.
Stars: ✭ 18 (-77.78%)
Mutual labels:  angular5
Angular-Reactive-Demo-Shop
Angular Demo Shop
Stars: ✭ 79 (-2.47%)
Mutual labels:  angular5
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-79.01%)
Mutual labels:  angular5
EvalAI-ngx
Revamped codebase of EvalAI Frontend
Stars: ✭ 34 (-58.02%)
Mutual labels:  angular5
Notify-me
A shell command to notify you via Telegram
Stars: ✭ 34 (-58.02%)
Mutual labels:  notify
laravel-exception-notify
Laravel 中异常监控报警通知(Bark、Chanify、钉钉群机器人、Discord、飞书群机器人、邮件、PushDeer、QQ 频道机器人、Server 酱、Slack、Telegram、企业微信群机器人、息知)。
Stars: ✭ 52 (-35.8%)
Mutual labels:  notify
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (-54.32%)
Mutual labels:  angular5
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (-77.78%)
Mutual labels:  angular5
ionic3-start-theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 130 (+60.49%)
Mutual labels:  angular5

注意

ngx-toastrngx-notify 更优秀,如果可以,建议优先使用;我依然对 ngx-notify 保持更新。

ngx-notify

一个无须依赖HTML模板、极简Angular通知组件。

NPM version Build Status

通知组件优秀的非常多,但多数都是需要依赖组件模板,这一点让我很蛋疼,特别是你想做一些(例如:通用处理HTTP操作时)通过操作时,这时就懵逼不&……%¥,于是就有了这个轮子!

Installation instructions

Install ngx-notify from npm

npm install ngx-notify --save

Import the NotifyModule in to your root AppModule.

import { NotifyModule } from 'ngx-notify';

@NgModule({
    imports: [
        BrowserModule,
        NotifyModule.forRoot({
            options: { },
            notify: {
                progress: true
            }
        })
    ],
    declarations: [AppComponent],
    bootstrap: [AppComponent]
})
export class AppModule { }

Usage & Demo

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

More

更多说明见:中文版

License

The MIT License (see the LICENSE file for the full text)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].