Incompatible with angular@2.3.0? (this._appRef.registerChangeDetector is not a function)
See original GitHub issueApplication throws error after update to latest angular release (angular@2.3.0
). Rollback to 2.2.4
and all is well. Are others seeing this too?
Error: Uncaught (in promise): Error: Error in :0:0 caused by: this._appRef.registerChangeDetector is not a function
TypeError: this._appRef.registerChangeDetector is not a function
at DomPortalHost.attachComponentPortal (dom-portal-host.js:47)
at DomPortalHost.BasePortalHost.attach (portal.js:130)
at OverlayRef.attach (overlay-ref.js:21)
at MdDialog._attachDialogContainer (dialog.js:74)
at MdDialog.open (dialog.js:53)
at RouteSignin.signin (component.ts:66)
at SafeSubscriber._next (component.ts:49)
at SafeSubscriber.__tryOrSetError (Subscriber.js:232)
at SafeSubscriber.next (Subscriber.js:174)
at Subscriber._next (Subscriber.js:125)
at Subscriber.next (Subscriber.js:89)
at BehaviorSubject._subscribe (BehaviorSubject.js:28)
at BehaviorSubject.Observable.subscribe (Observable.js:45)
at RouteSignin.ngOnInit (component.ts:44)
at Wrapper_RouteSignin.ngDoCheck (wrapper.ngfactory.js:24)
at resolvePromise (zone.js:475) [angular]
at resolvePromise (zone.js:460) [angular]
at :8080/js/polies-bundle.js:15894:17 [angular]
at Object.onInvokeTask (ng_zone.js:262) [angular]
at ZoneDelegate.invokeTask (zone.js:261) [angular]
at Zone.runTask (zone.js:151) [<root> => angular]
at drainMicroTaskQueue (zone.js:405) [<root>]
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:21 (16 by maintainers)
Top Results From Across the Web
Angular 2: ERROR TypeError: .. is not a function
I am trying to use angualrio to read from an array from a json file following this tutorial getting-started-with-angular-2-step-by-step-6- ...
Read more >48 answers on StackOverflow to the most popular Angular ...
How can I get new selection in “select” in Angular 2? Angular exception: Can't bind to 'ngForIn' since it isn't a known native...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Working on cutting an alpha.11 right now
@fxck No worries. We are working on that actively.