my Angular project is configured to use the 'prefer-composition' rule. I recently upgrade it to use the new 2.0.0 version.
All my previously implemented subscription now trigger the 'notDeclared' message.
Could the new version have a little bug ?
Or maybe, I should not have upgrade my project because some of the others packages I use are not compatible ?
I currently use Angular v11.2.9. Ts version and rxjs version are up to date.
Hello,
my Angular project is configured to use the 'prefer-composition' rule. I recently upgrade it to use the new 2.0.0 version. All my previously implemented subscription now trigger the 'notDeclared' message.
Could the new version have a little bug ? Or maybe, I should not have upgrade my project because some of the others packages I use are not compatible ? I currently use Angular v11.2.9. Ts version and rxjs version are up to date.
for now I just rollback to previous version.