4 |
5 | The purpose of this test is to ensure that inheritance from directives and abstract
6 | classes will work as expected. Note that there have been different issues:
7 |
8 |
9 | -
10 | `Issue61Component` extends from the `Issue61BaseDirective`. Component is decorated
11 | with `@UntilDestroy()` but directive is not
12 |
13 | -
14 | `Issue97Component` extends from the `Issue97Directive`. Directive is decorated with
15 | `@UntilDestroy()` but component is not
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | Issue#61: {{ issue61StatusText$ | async }}
24 |
25 |
26 |
27 | Issue#97: {{ issue97StatusText$ | async }}
28 |
29 |