akserg / ng2-slim-loading-bar

Angular 2 component shows slim loading bar at the top of the page.
MIT License
358 stars 93 forks source link

Change EventEmitter to Subject #35

Closed macav closed 7 years ago

macav commented 7 years ago

Removes the need for the service factory

This method with Subject is documented also in the official Angular docs: https://angular.io/docs/ts/latest/cookbook/component-communication.html#!#bidirectional-service

Something on the topic EventEmitter vs Subject: http://stackoverflow.com/questions/40238549/angular-2-event-emitters-vs-subject

thekalinga commented 7 years ago

Any chance of merging this change into master & have a release?

akserg commented 7 years ago

Hi @macav Thank you for the PR.