Chihab Otmani
Chihab Otmani
That would be cool if the user does really nothing: the README would be just about installing the extension. What if we check, either on installation or when the user...
It would be great to have the matrix accessible from the outside, as an endpoint or a node lib..., so external tooling could also consume it.
maybe just a json file in the repo is enough no? https://raw.githubusercontent.com/eneajaho/ngx-libs/master/package.json the external script would just have to fetch the matrix from the repo: `const ngxLibs = await (await...
Hey @anasmak04, thanks for you contribution. I think that we usually create a json file containing the information about the authors and their contributions then we use the allcontributors cli...
@airaamane I suggest to use commint-lint that'd be run on each commit attempt (via husky). The prompt is great for educating but it becomes annoying afterwards.
Wow! This is beautiful @DoraymonIT!
[ngx-env/builder](https://www.npmjs.com/package/@ngx-env/builder) is what some use as a fallback solution. ```ts @Component({ selector: "app-footer", template: `{{ branch }} - {{ commit }}`, }) export class MainComponent { branch = import.meta.env.NG_APP_BRANCH_NAME; //...
It would help if you can reproduce the issue in a newly created nx project EDIT: I was able to reproduce it, I am looking into it. It only happens...
Closing for now. Let me know if you still have the issue with recent versions.
did you `ng add @ngx-env/builder` or just installed it using npm?