Skip to content

Support Angular v5.2 fullTemplateTypeCheck

Compare
Choose a tag to compare
@reppners reppners released this 12 Jan 19:15
· 158 commits to master since this release

This release changes some access modifiers on fields/properties that are decorated with Angular decorators e.g. HostListener.

Having those private prevented successful compilation with Angular's new compiler option fullTemplateTypeCheck and were changed to public to make compilation work.