graphicsxp

Results 9 issues of graphicsxp

My understanding of the resolve plugin is, amongst other things, to be able to pull data from the server and delay the rendering and the execution of the controller until...

When using cache preload it does not create mobile files cache such as index-mobile.html.gz. Only index.html.gz files are created.

[Plugin] Super Cache

I use the `symlink copy --angular --sync myLibrary ` to build my library and copy to /dist and /node_module folders When these folders are updated with the new code, my...

The $modal service can take the scope as parameter, but this is not currently supported by the dialog service. I'd like to open a dialog without having to create a...

Returning camelCasing JSON is now the default in net core 3.0. However, as shown in the sample app, the formatter is modified to return pascal casing as the casing is...

I'm facing an issue when saving parent and child entities at the same time : Let's say I have the following entities: Publication { id: guid; publicationLvs: PublicationLv [ ]...

I'm wondering if the below scenario is the expected behavior or if I'm doing something wrong : Let's say I have the following classes on the backend classs Product {...

I have a postInitializer in my breeze entities and i've noticed that I'm running into an issue with this. Let's say I have `entityA `which has a collection property of...

## 📝 Provide detailed reproduction steps (if any) 1. I upgraded my application to angular 18 (from angular 17) I use a custom build referencing ckeditor 37.1.0 The packages installed...

type:bug