I'm working on angular2 "2.0.0-rc.1"
But zoneJS is giving following error
Error: Uncaught (in promise): Expected 'styles' to be an array of strings.
at resolvePromise (zone.js:538)
at zone.js:515
at ZoneDelegate.invoke (zone.js:323)
…
I am developing an Angular2 app for a couple of weeks now, and I ran into this a couple of days back.
The issue happens on the very first call to subscribe or toPromise on an rxJS stream, and doesn't seem to break app behaviour at all. It does,…
Hi I need to find a way to detect that an app imports zone-patch-fetch.
It's imported like following : import 'zone.js/plugins/zone-patch-fetch';
Is there a way to do that ?.
Stackblitz demo
I am receiving this error in Chrome dev tools console when calling a function in an external library on page load in my Angular application: "Unhandled Promise rejection: Cannot read properties of undefined (reading 'page') ' Zone: ; Task:…
we are using webcomponents in legacy project and we have an issue that zone.js patches all ajax calls which is quite bad since we don't do any ajax call by webcomponent since project limitations.
I know that it's recommended to disable zone.js in…
First and foremost, I'm well aware of zone.runOutsideAngular(callback), documented here .
What this method does is running the callback in a different zone than the Angular one.
I need to attach a very quick callback to document's mousemove event…
I am currently developing an angular7-app, created it the standard way through CLI and started coding.
Now I would like to record some audio which is no difficult thing in modern browsers. I am using the built-in browser functionalities of…
I have a embeddable widget written using react and bundle to a single js file using webpack 4.29.3 and babel 7. Everything works fine in webpack-dev-server and production by just inserting …
This is what my profiler is showing for an Angular 7 app, built with angular-cli.
Every function call is bundled under zone.js, and I cannot get useful information on what runs and for how long.
The app is running with: ng serve, and I think is in…
My application was working with angular5.0 and with material and all was working fine. I was also using the lazy loading(just if something will change that) and now I have done my upgrade with help of this page https://update.angular.io/. After that…
TLDR
Move mouse over Angular Components - everything is fine!
Move mouse over AngularJS Components - Very high CPU Load, performance issues, why?
We have an Angular Hybrid Application. The used Versions are:
Angular: 7.1.3
AngularJS:…
I'm trying to add files to the Cache storage in an angular 6 cli project but keep getting errors because of zonejs and I can't find out why. The code below works fine if I run in in a typescript project with no other code. The files are added to the…
I'm using Zone.js with a project to handle async functionalities, I'm reading the source code and how they related, but still new to understand how all functions likes runGuarded help me to handle async stuffs, anybody using Zone.js before…
On Meteor 1.4.1.1 since I've updated to the latest Angular 2.0.1 release I struggle against this error: Zone.js has detected that ZoneAwarePromise (window|global).Promise has been overwritten
I've tried meteor update and meteor reset but the error…