angular-redux / example-app

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
123 stars 101 forks source link

Updates for stricter TSConfig settings. #46

Closed SethDavenport closed 7 years ago

SethDavenport commented 7 years ago

Unfortunately noUnusedLocals and noUnusedParameters cause propblems for AoT and @Output-related EventEmitters. See https://github.com/angular/angular/issues/17131

Once that's fixed in Angular itself then we can turn those checks back on here. Note that they work already in JiT mode.