Marian Stoica
Marian Stoica
Once a year I get excited, decide to install NVM on Windows thinking "this time it will work", but there's always something broken... Oh well, I guess it's back to...
>Oh I see. I never imagined having NPM installed in PF, for me is rather weird. I'd say those who do it are the reasons of their troubles :) @Fr0sT-Brutal...
Generating/migrating libraries is really required in the Angular world. Large apps or monorepos make heavy usage of libraries. Right now, it involves some manual work: 1. Generate the library with...
@Lightk3ira sorry to answer so late, I was without hosting for over a month and switched to a temporary email address for a while, so I wasn't notified about the...
@juniorschen sorry for the delay, completely forgot about this Made a sample repo this morning: https://github.com/MrCroft/nativescript-lib-demo (Angular v9, Angular CLI v9) Made commits for each step of the process (create...
@juniorschen hmm... My only reason was to be able to use libs "internally/locally", without publishing them (I guess I'd only build a lib if I wanted to publish it). I...
@a-syde that's how I always create my projects, with `--style=scss`, but I still get the same error. Just tried again, creating a new project, on the latest versions of Schematics,...
https://github.com/NativeScript/nativescript-schematics/issues/179#issuecomment-552855246
I am using this: ``` const event: UploadInput = { type: 'cancel' // also tried 'cancelAll' }; this.uploadInput.emit(event); ``` But nothing happens... The upload is still going, until it finishes...
@PsychicCat I was just thinking that, for core methods, the desired way would be to be handled by Universal by default (like when you inject the router and use `this.router.navigate()`...