You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`checkDecorators`| An optional array of decorator names to check. | String[]|
60
+
|`superClass`| An optional array of superclass names that already implement a `Subject`-based `ngOnDestroy`| String[]|
60
61
61
62
<!-- end auto-generated rule options list -->
62
63
63
64
This rule accepts a single option which is an object with a `checkDecorators` and `superClass` properties.
64
65
65
66
The `checkDecorators` property is an array containing the names of the decorators that determine whether or not a class is checked. By default, `checkDecorators` is `["Component"]`.
66
67
67
-
The `superClass` property is an array containing the names of classes to extend from that already implements a `Subject`-based `ngOnDestroy`.
68
+
The `superClass` property is an array containing the names of classes to extend from that already implement a `Subject`-based `ngOnDestroy`.
0 commit comments