Bug: cannot .replace()
a component that has an abstract base class
#8201
Labels
bug
Something isn't working
.replace()
a component that has an abstract base class
#8201
ng-mocks is checking the decorators and will fail if there's both
@Component
and@Injectable
present. Instead, it should ignore@Injectable
if there's@Component
or@Directive
present.@Injectable
is required on base component classes to avoid theClass is using Angular features
error when inheriting, for example:The text was updated successfully, but these errors were encountered: