Pattern: Missing use of readonly
for @Output
Issue: -
Prefer to declare @Output
as readonly
since they are not supposed to be reassigned.
Pattern: Missing use of readonly
for @Output
Issue: -
Prefer to declare @Output
as readonly
since they are not supposed to be reassigned.