1.3.2: Unit tests and bug fixes
This release adds unit tests that cover most of the code in the project. This release also fixes a couple of issues:
- Corrected mappings of
AfterContentInit
,AfterContentChecked
,AfterViewInit
, andAfterViewChecked
lifecycle decorators to the correct corresponding Angular event. - Corrected the check performed to make sure a method isn't already defined when creating an
EventSource
.