-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi i got this kind rendering problem
[ng] ERROR in node_modules/@logisticinfotech/ionic-timepicker/lib/ionic-timepicker.component.d.ts:1:30 - error TS2724: Module '"../../../../../Varauskortti/node_modules/@angular/core/core"' has no exported member 'Renderer'. Did you mean 'Renderer2'?
[ng]
[ng] 1 import { OnInit, ElementRef, Renderer } from '@angular/core';
[ng] ~~~~~~~~
[ng]
[ng] node_modules/@angular/core/core.d.ts:5740:31
[ng] 5740 export declare abstract class Renderer2 {
[ng] ~~~~~~~~~
[ng] 'Renderer2' is declared here.
[ng]
Im using this kind setup:
@angular-devkit/architect 0.901.7
@angular-devkit/build-angular 0.901.7
@angular-devkit/build-optimizer 0.901.7
@angular-devkit/build-webpack 0.901.7
@angular-devkit/core 9.1.7
@angular-devkit/schematics 9.1.7
@angular/cli 9.1.7
@ngtools/webpack 9.1.7
@schematics/angular 9.1.7
@schematics/update 0.901.7
rxjs 6.5.5
typescript 3.8.3
webpack 4.42.0
I