From f4090285c36b0f6d3b2f7056cf05a7baff6ebc31 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Sat, 20 Aug 2022 13:06:30 -0700 Subject: [PATCH] Update content/blog/angular-extend-class/index.md --- content/blog/angular-extend-class/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/blog/angular-extend-class/index.md b/content/blog/angular-extend-class/index.md index ab02af79..b5947aaa 100644 --- a/content/blog/angular-extend-class/index.md +++ b/content/blog/angular-extend-class/index.md @@ -1006,5 +1006,3 @@ And this isn't an area of stagnation within Angular - they're introducing new fu Hey, while you're here - do you want to learn more Angular in-depth like this? Maybe you've been working in Angular for some time and want to learn React or Vue, but not start from scratch? Check out [my free book, "The Framework Field Guide", that teaches React, Angular, and Vue all at the same time.](https://framework.guide). - -> A huge huge thank you to [Lars Gyrup Brink Nielsen](https://twitter.com/LayZeeDK) for helping revise this article, and providing some of the methodologies and code samples present throughout, including the wonderful RxJS code sample.