From d657cedfd9bf3112063b6b66e7fc566b74e27b44 Mon Sep 17 00:00:00 2001 From: Ameet Kaustav Date: Mon, 31 May 2021 20:47:59 -0700 Subject: [PATCH] Add Angular v9 Support --- projects/ngx-linky/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ngx-linky/package.json b/projects/ngx-linky/package.json index 62ce173..1ab2756 100644 --- a/projects/ngx-linky/package.json +++ b/projects/ngx-linky/package.json @@ -19,8 +19,8 @@ "url": "git+https://github.com/dzonatan/ngx-linky.git" }, "peerDependencies": { - "@angular/common": ">=10.0.0", - "@angular/core": ">=10.0.0", + "@angular/common": ">=9.0.0", + "@angular/core": ">=9.0.0", "autolinker": ">=3.0.0" } }