Update content/blog/angular-extend-class/index.md

Co-authored-by: Lars Gyrup Brink Nielsen <layzee.dk@gmail.com>
This commit is contained in:
Corbin Crutchley
2022-08-18 16:49:16 -07:00
parent 4ad002c3f7
commit 6f8a126918

View File

@@ -774,7 +774,7 @@ Now that we've learned how to extend base classes in Angular to share lifecycle
Why?
Well, it's often sited by Angular experts that using a base class is brittle and difficult to maintain.
Well, it's often cited by Angular experts that using a base class is brittle and difficult to maintain.
For example, let's say that you have a base component that doesn't use dependency injection, but then suddenly need to add dependency injection. What do you do?