dominique-mueller / angular-notifier

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
https://www.npmjs.com/package/angular-notifier
MIT License
245 stars 67 forks source link

Add NotifierContainerComponent to the index for testing #123

Closed ethan-far closed 4 years ago

ethan-far commented 5 years ago

First of all, thanks for a great package !

I would like the NotifierContainerComponent to be added to the index, since for testing purposes, I'm using MockComponent (from ng-mocks), which requires the component in order to mock it. The fact that I cannot import the component, means that I have to create an empty component of the same name, just to be able to mock it.

Thanks in advance, Eitan

dominique-mueller commented 4 years ago

Fixed implicitely by #134, angular-notifier should now export everything it comes with. Upgrade to either 5.0.0 (Angular 7) or 6.0.0 (Angular 8) to get the changes.