Netanel Basal
Netanel Basal
@shaharkazaz please check this
As I wrote in my article, the real benefit of this library is that it exposes the build process, so people can hook up into it. What is missing for...
Also, start from angular-cli version 6, there is built-in support for libraries. They are using ng-packagr.
You can add this features to the gulp workflow. There is no reason for this library to be deprecated. I can't see any benefit for `ng g library` than using...
what about https://github.com/caroso1222/ng-lib-schematics/blob/master/gulpfile.js#L22?
Actually not, I checked it and it does not copy the README file.
The first link was a mistake, it's the schematics library gulpfile, not the library that uses it. We should check https://github.com/caroso1222/ng-lib-schematics/blob/master/src/lib-standalone/files/lib/__path__/build-tools/gulpfile.js#L72
I think I know what the problem is. You are coping the whole lib files but the README file is in the root of the CLI project. You need to...
Yes, it's nice to have.
Fixed in https://github.com/ngneat/query/pull/175