collaorodrigo7
collaorodrigo7
I am trying to use environmental variables to load my datasources configuration but I am running into issues when using some of the CLI tools. I looked at the docs...
After playing with it during some time, I think I have a solution that might be helpful. This is my new buildObservableType function ```javascript function buildObservableType(model, method) { let type...
Since there might be some imports needed depending on the return type, function `buildServiceImports` needs to be updated as well. Here is a final copy of my `./loopback-sdk-builder/lib/angular2/index.js` in case...
Hey @Djinne !, Great you figure all that out! Did you ever had the chance to push to a PR?. If not do you have your changes accessible anywhere? I...
thanks, I will be looking at it in more detail soon!. let me know once you make your code available somewhere
I tried the proposed solution from @jdcrecur but did not work for me. It seems like the `asText` method is not getting executed, and it does not make any changes...
Do we have any progress with this? I am having the same problem. I tried updating my .csproj, and change the profile to 78 like on the sample, and at...
So I changed it to profile 78 for adding the package, and then change it back to 111. I tested the demo the same UI from the sample on the...