From 6ee78c9ea26ff52fe165adba3267312af7e667f4 Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Thu, 29 Sep 2022 06:34:37 +0100 Subject: [PATCH 1/2] Do not disableIvy but use compilationMode partial --- projects/auth0-angular/tsconfig.lib.prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/auth0-angular/tsconfig.lib.prod.json b/projects/auth0-angular/tsconfig.lib.prod.json index 8f78def6..3a29e9df 100644 --- a/projects/auth0-angular/tsconfig.lib.prod.json +++ b/projects/auth0-angular/tsconfig.lib.prod.json @@ -2,6 +2,6 @@ { "extends": "./tsconfig.lib.json", "angularCompilerOptions": { - "enableIvy": false + "compilationMode": "partial" } } From 4e8a17a1da53a8e55aeec6831a74582811210b1c Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Thu, 29 Sep 2022 06:42:15 +0100 Subject: [PATCH 2/2] Drop support for Angular 9 10 and 11 --- projects/auth0-angular/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/auth0-angular/package.json b/projects/auth0-angular/package.json index f5a3c937..bcaa9f05 100644 --- a/projects/auth0-angular/package.json +++ b/projects/auth0-angular/package.json @@ -26,9 +26,9 @@ }, "homepage": "https://github.com/auth0/auth0-angular#readme", "peerDependencies": { - "@angular/common": ">=9 <=14", - "@angular/core": ">=9 <=14", - "@angular/router": ">=9 <=14" + "@angular/common": ">=12 <=14", + "@angular/core": ">=12 <=14", + "@angular/router": ">=12 <=14" }, "dependencies": { "tslib": "^2.0.0",