question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TS2305: Module '"/node_modules/@angular/core/index"' has no exported member 'Renderer2'.

See original GitHub issue

What version of Angular 2 does the new angular-l10n library support? I currently have 2.4.5 and get the following error when I include the library.

TS2305: Module '"/node_modules/@angular/core/index"' has no exported member 'Renderer2'.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rjdugarcommented, Apr 11, 2017

I am also getting same error…

node_modules/@angular/core/index"’ has no exported member ‘Renderer2’. untitled

PFA screens hot with error and version of angular i am using .

Any help ?

1reaction
robisim74commented, Mar 28, 2017

See https://github.com/robisim74/angular-l10n/releases

  • v3.0.0 is for Angular 4
  • v2.0.7 is the last for Angular 2
Read more comments on GitHub >

github_iconTop Results From Across the Web

angular/core/index has no exported member 'Renderer2'
The error is because when you run npm install, the same libraries as the project you are running are not installed. In order...
Read more >
Module '" node_modules/@angular/core/index"' has no ...
Module '" node_modules/@angular/core/index"' has no exported member ... OnDestroy, Renderer, TrackByFn } from '@angular/core'; L2: import ...
Read more >
Errors: has no exported member | Angular - EJ 2 Forums
When I run "ng serve", I'm getting tons of errors like this: Error: node_modules/@syncfusion/ej2-angular-buttons/src/switch/switch.module.d.ts: ...
Read more >
Angular Material “has no exported member 'MaterialModule'”
But, here is what to do about them,. a) There is no more MaterialModule. The idea being, you import what you need. This...
Read more >
error ts2305: module '"@angular/core"' has no exported ...
Error: node_modules/ngx-loadable/lib/loadable.service.d.ts:1:43 - error TS2305: Module '"@angular/core"' has no exported member 'NgModuleFactoryLoader'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found