KO
|
EN
gitlite — search
Search
#java
#game
#cli
#arduino
#c
#javascript
#ionic
#cpp
#nodejs
#raspberry-pi
#cryptography
#webgl
ngx-notify
★ 78
Open GitHub ↗
一个无须依赖HTML模板、极简Angular通知组件。
Download README (.md)
Explore Similar Repositories
detectify
:
Detectify is a gem for multi-tenant Rack apps, to help you retrieve domain and subdomain-related data from a database.
reserved-subdomains
:
List of subdomains that could be candidates for reservation in multitenant app/ subdomain validator for multitenant apps
canvas-text
:
[experiment] better Canvas2D text rendering
tacho
:
A Futures-aware metrics library for recording statistics about your running system.
sendgrid
:
📧 SendGrid-powered mail backend for Vapor
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ngx-notify
?
Download (.md)
# 注意 [ngx-toastr](https://www.npmjs.com/package/ngx-toastr) 比 `ngx-notify` 更优秀,如果可以,建议优先使用;我依然对 `ngx-notify` 保持更新。 # ngx-notify 一个无须依赖HTML模板、极简Angular通知组件。 [](https://www.npmjs.com/package/ngx-notify) [](https://travis-ci.org/cipchk/ngx-notify) 通知组件优秀的非常多,但多数都是需要依赖组件模板,这一点让我很蛋疼,特别是你想做一些(例如:通用处理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 - [Live Demo](https://cipchk.github.io/ngx-notify/) - [Stackblitz](https://stackblitz.com/edit/ngx-notify) # Troubleshooting Please follow this guidelines when reporting bugs and feature requests: 1. Use [GitHub Issues](https://github.com/cipchk/ngx-notify/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 更多说明见:[中文版](https://github.com/cipchk/ngx-notify/blob/master/README-CN.md) ### License The MIT License (see the [LICENSE](https://github.com/cipchk/ngx-notify/blob/master/LICENSE) file for the full text)