Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 10 Error #330

Open
ZekiOzkeser opened this issue Oct 4, 2020 · 4 comments
Open

Angular 10 Error #330

ZekiOzkeser opened this issue Oct 4, 2020 · 4 comments

Comments

@ZekiOzkeser
Copy link

angular 10 da 3 hata vermekte bunlar da render ile ilgili göstermekte ;

ERROR in node_modules/ngx-gallery/ngx-gallery-helper.service.d.ts:1:22 - error TS2724: Module '"../@angular/core/core"' has no exported member 'Renderer'. Did you mean 'Renderer2'?

1 import { ElementRef, Renderer } from '@angular/core';
                       ~~~~~~~~

  node_modules/@angular/core/core.d.ts:5964:31
node_modules/ngx-gallery/ngx-gallery-preview.component.d.ts:1:89 - error TS2724: Module '"../@angular/core/core"' has no exported member 'Renderer'. Did you mean 'Renderer2'?

1 import { ChangeDetectorRef, EventEmitter, OnInit, OnChanges, SimpleChanges, ElementRef, Renderer } from '@angular/core';
                                                                                          ~~~~~~~~

  node_modules/@angular/core/core.d.ts:5964:31
    5964 export declare abstract class Renderer2 {
                                       ~~~~~~~~~
    'Renderer2' is declared here.
@ZekiOzkeser ZekiOzkeser changed the title Angular 10 Angular 10 Error Oct 4, 2020
@asm2025
Copy link

asm2025 commented Oct 10, 2020

I have the same issue.

@alusev
Copy link

alusev commented Oct 11, 2020

I have the same issue on Angular 9

@alusev
Copy link

alusev commented Oct 11, 2020

Solution here: #325

@asm2025
Copy link

asm2025 commented Oct 11, 2020

Solution here: #325

That worked :)
Thanks for mentioning it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants