Hello,
I cannot get angular compiled in beta version 2.70.0-beta1.
I got the following errors:
ng-cli:
Error: node_modules/@auth0/angular-jwt/lib/angular-jwt.module.d.ts:20:21 - error TS2694: Namespace '"C:/SourceTree/ToolShop/client/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
20 static ɵfac: i0.ɵɵFactoryDeclaration<JwtModule, [{ optional: true; skipSelf: true; }]>;
~~~~~~~~~~~~~~~~~~~~
node_modules/@auth0/angular-jwt/lib/angular-jwt.module.d.ts:21:21 - error TS2694: Namespace '"C:/SourceTree/ToolShop/client/node_modules/@angular/core/core"' has no exported member 'ɵɵNgModuleDeclaration'.
21 static ɵmod: i0.ɵɵNgModuleDeclaration<JwtModule, never, never, never>;
~~~~~~~~~~~~~~~~~~~~~
node_modules/@auth0/angular-jwt/lib/angular-jwt.module.d.ts:22:21 - error TS2694: Namespace '"C:/SourceTree/ToolShop/client/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectorDeclaration'.
22 static ɵinj: i0.ɵɵInjectorDeclaration<JwtModule>;
~~~~~~~~~~~~~~~~~~~~~
node_modules/@auth0/angular-jwt/lib/jwt.interceptor.d.ts:21:21 - error TS2694: Namespace '"C:/SourceTree/ToolShop/client/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
21 static ɵfac: i0.ɵɵFactoryDeclaration<JwtInterceptor, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/@auth0/angular-jwt/lib/jwt.interceptor.d.ts:22:22 - error TS2694: Namespace '"C:/SourceTree/ToolShop/client/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.
22 static ɵprov: i0.ɵɵInjectableDeclaration<JwtInterceptor>;
~~~~~~~~~~~~~~~~~~~~~~~
mnode_modules/@auth0/angular-jwt/lib/jwthelper.service.d.ts:22:21 - error TS2694: Namespace '"C:/SourceTree/ToolShop/client/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
22 static ɵfac: i0.ɵɵFactoryDeclaration<JwtHelperService, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/@auth0/angular-jwt/lib/jwthelper.service.d.ts:23:22 - error TS2694: Namespace '"C:/SourceTree/ToolShop/client/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.
23 static ɵprov: i0.ɵɵInjectableDeclaration<JwtHelperService>;
I tried to do debugging but without success.
Do you have any hint?