Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 282 Bytes

prefer-output-readonly.md

File metadata and controls

11 lines (6 loc) · 282 Bytes

Pattern: Missing use of readonly for @Output

Issue: -

Description

Prefer to declare @Output as readonly since they are not supposed to be reassigned.

Further Reading