-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12,499 additions
and
5,100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Events Service for Angular 4 | ||
# Events Service for Angular | ||
|
||
Events is a publish-subscribe style event system based on [sqlProvider/angular2-pubsub](https://github.com/sqlProvider/angular2-pubsub) and modified to be similar to ionic-angular/Events. | ||
|
||
|
@@ -9,6 +9,7 @@ Events is a publish-subscribe style event system based on [sqlProvider/angular2- | |
- Angular 5: `npm install --save [email protected]` | ||
- Angular 6: `npm install --save [email protected]` | ||
- Angular 8: `npm install --save [email protected]` | ||
- Angular 10: `npm install --save [email protected]` | ||
- :warning: Version 5.0.1 is incompatible with Angular 5 and should have been version 6.0.0. | ||
|
||
- Add module bundle to imports in your application. | ||
|
Oops, something went wrong.