tcrite

Results 10 comments of tcrite

is there a setting for changing a custom metric to a currency?

@samjulien can you tell me why this doesn't work?

Are you trying to navigate to an abstract state?

@fajarachmadyusup13 to my knowledge, I don't think you can navigate directly to an abstract state.

@fajarachmadyusup13 I would either create a child state underneath those abstract states and navigate to those, or change the abstract flag to false.

I use abstract states as like my main template. So if I had some shared navigation or something.

I had this same issue. Fixed it by inspecting every element in row and taking into account margins. Also had an inner element whose margin expanded pass the parent container...

also, hiding the warning is just a mask...the underlying issue of the size being off will still end up in performance issues.

@m3Lith if I comment this line out in my polyfills.ts file: import 'zone.js/dist/zone'; // Included with Angular CLI. it works ok. haven't had any ill effects from it yet, but...

@m3Lith you are right. I just realized I added an import for zone.js in my main.ts file. Seems. to fix the configuration error thrown when you comment it out in...