You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://travis-ci.org/dominique-mueller/angular-notifier)
You can get **angular-notifier** via **npm** by either adding it as a new *dependency* to your `package.json` file and running npm install,
29
+
or running the following command:
34
30
35
-
> Also, see the **[Changelog](/CHANGELOG.md)** as well as at the **[MIT License](/LICENSE)**. Or **[learn about me](#creator)**.
31
+
```bash
32
+
npm install angular-notifier
33
+
```
36
34
37
-
<br><br>
35
+
<br>
38
36
39
-
##How to install
37
+
### Angular versions
40
38
41
-
To get **angular-notifier** via **npm**, simply add it as a new dependency to your `package.json` file and run `npm install`. Alternatively, install it directly by running:
39
+
The following list describes the Angular compatibility:
* Allowing the change of content from outside (e.g. while the notifications is still on-screen)
509
-
* Allow custom animation presets, configurable from outside (similar to that creating custom themes is possible)
510
-
* More themes coming along with **angular-notifier** (e.g. iOS style, MDL style, bootstrap style)
511
-
* HTML templates as notification content
512
-
* React on document size changes (full responsiveness)
513
-
* Pull Request Templates, Contributing Guidelines
514
-
* Refactor unit tests
515
-
516
-
> You can't wait for one of these features? Or have some new ideas? Let me know by **[creating an issue](https://github.com/dominique-mueller/angular-notifier/issues/new)**. Contributions are of course welcomed at any time!
517
-
518
-
*Or look at one of the alternative notification libraries for Angular. A great collection can be found
0 commit comments