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.

Angular 4.0.0 RC.3 breaking change

See original GitHub issue

Hey guys,

  • RC.3 of Angular 4.0.0 is out and it looks like there are some breaking changes introduced:
rename RendererV2 to Renderer2
rename RendererTypeV2 to RendererType2
rename RendererFactoryV2 to RendererFactory2

This creates errors when compiling with ng-bootstrap alpha-20:

ERROR in [at-loader] compiled/node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.ngfactory.ts:13:42 
    TS2694: Namespace '"/Users/spock/project/dba/dba-frontend/node_modules/@angular/core/typings/core"' has no exported member 'RendererTypeV2'.

ERROR in [at-loader] compiled/node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.ngfactory.ts:101:40 
    TS2694: Namespace '"/Users/spock/project/dba/dba-frontend/node_modules/@angular/core/typings/core"' has no exported member 'RendererTypeV2'.

ERROR in [at-loader] compiled/node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-day-view.ngfactory.ts:11:54 
    TS2694: Namespace '"/Users/spock/project/dba/dba-frontend/node_modules/@angular/core/typings/core"' has no exported member 'RendererTypeV2'.

ERROR in [at-loader] compiled/node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-day-view.ngfactory.ts:28:52 
    TS2694: Namespace '"/Users/spock/project/dba/dba-frontend/node_modules/@angular/core/typings/core"' has no exported member 'RendererTypeV2'.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
spock123commented, Jun 21, 2017

Hi @fgcui1204 Yes I cleared my npm cache (npm cache clean), removed node_modules, removed my aot compile folder.

Then reinstalled

Let me know if you get it to work

0reactions
spock123commented, Aug 15, 2017

@lukiffer Sounds great! Good to know, cheers

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular versioning and releases
Sometimes "breaking changes", such as the removal of support for select APIs and features, are necessary to innovate and stay current with new...
Read more >
4.0.0-rc.0 Changelog - Clarity Design System
4.0.0 -rc.0 Changelog ... @clr/angular ... No more breaking changes will occur in v4 after this release, and works with Angular 10 stable....
Read more >
AngularJS: Developer Guide: Migrating from Previous Versions
Generally updating to 1.8.0 from 1.7.x should be a straightforward process and is highly recommended. AngularJS 1.8 is a breaking change release from...
Read more >
Update to Angular 11 Version - Angular Wiki
Please commit your changes before running @angular/core update command. ... peer dependencies yourself. npm WARN postcss-modules-scope@3.0.0 ...
Read more >
Changelog of ngx-extended-pdf-viewer - PdfShowcase
1.0.0-rc.3 #17 reduced the memory leak; 1.0.0-rc.4 #113 added an option to ... Another caveat: this change might be a breaking change (although...
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