Gil Hanan
Gil Hanan
Refactoring toast component to using Angular Renderer service. Additional, removed toast scroll which I didn't sure for what that meaning.
Watching controller members should not be depend on the controllerAs alias name, it's hard to maintenance, and can make confusing when using multiple instances of the controller in view.
get rid of nature style of clear button:  to bootstrap style:  additional allow user to override the button class by `@Input('clearButtonClass')`
Close https://github.com/akserg/ng2-toasty/issues/53 using [angular animations](https://angular.io/docs/ts/latest/guide/animations.html) aviable options: ``` javascript 'fromRight', 'fromLeft', 'scale', 'rotate', 'none' ``` animations were inspired by [angular2-notifications](https://github.com/flauc/angular2-notifications)
Adding animations options in order to alter toasty animate options, related to PR [#72](https://github.com/akserg/ng2-toasty/pull/72)
## Current Behavior The heading unit test for the @nx/expo:application generator uses toHaveTextContent with a strict string comparison. This causes the test to fail when the heading output includes minor...