How long do builds usual…
How long do builds usually take? I just started working on an NX project with an Express and React/Redux app and my builds on Netlify (for the React app) are...
How long do builds usually take? I just started working on an NX project with an Express and React/Redux app and my builds on Netlify (for the React app) are...
Hey, everybody! What’s a general recommendation on how to deal with what used to be “SharedModule” in NX enterprise workspace scheme? The one that reexports ...
Anyone here having experience with SSE / WebSockets?
Do you guys have a good Angular Slack/forum/etc to recommend for Angular?
I have a question about trunk-based development. I consult with enterprises on their development practices - particularly on the project management side. P...
Anybody got any hey invites? I’m curious now
:wave:
What does everyone here use for generating documentation on node/typescript only apps and libs? I am wanting to generate documentation for a lib that does no...
Since when did NGRX move to NX
Hey guys, my name is Aslan, I work for <http://harvestr.io harvestr.io> and currently we’re migrating our backend learna monorepo ...
I have two monolithic apps(angular and nestjs). I want to migrate to nx, what is the best way to do it and keep the commit history for both front-end and bac...
I like
nice! just switched!
Just been messing around with slack and I’ve created a theme based on the colors of nrwl #143055,#121016,#1164A3,#FFFFFF,#48C4E5,#FFFFFF,#4EC2E3,#CD2553,#143...
Hey! Not particularly related to Nx, but I’m looking for a way to connect my Node API to Gmail and later possibly other providers to do basic mailing stuff (...
Hi, Is there any steps / document for creating CI/CD Jenkins Pipeline(both Linux/Windows Server), Repos are in Bitbucket, Jenkins pipeline should include - B...
Hi, am I alone missing “issues” on @ngrx/platform?
Hi, just a random note for all the people working on Nx. You guys and girls are doing an amazing job, thanks for sharing these state of the art technologies ...
I did it… So long and thanks for all the fish NG CLI :kissing_heart:
howdy! :wave:
Hello! What can I read for a better understanding of the benefits of monorepo? And what exactly do NX, I read documentations but I think I need to go back an...
I’m curious what this might/will mean for Nx: https://github.com/npm/rfcs/blob/latest/accepted/0026-workspaces.md [npm/rfcs] accepted/0026-workspaces.md Resp...
$ nx g @nrwl/workspace:move --projectName web-layout --destination web/layout/console This should never happen. Path: "/libs/web/layout". :see_no_evil:
how are you doing people? what is the most exciting thing about Nx in your work?
:wave:
thanks for answering all my questions!
hi! on splitting CRUD functionality in features/libs, would you create a lib for each Create, Edit, etc operation? or just one lib hosting the whole CRUD ?
Is there a channel where I can share articles related to Nx workspaces?
Hey hey, everyone. Why was this so hard to find?
:wave:
Just successfully deployed our multi-product platform, https://flowaccount.com and https://flowpayroll.co after migrating our repositories to Nx workspace an...
This format would be great for Nx documentation: https://sapper.svelte.dev/docs#rollup_config_js_webpack_config_js|Sapper Doc Sapper docs
On my end I’ve published a small piece about how to integrate Tailwind in an Nx workspace (Angular + Storybook): https://medium.com/@dSebastien/adding-tailwi...
Hey all, I posted an article on Medium describing how to architect a Type-Safe Full-Stack in Angular NestJS and Nx. It might be helpful to some of you workin...
Hey I would love to create a blog post which tells
Anyone know when the ng conf hardwired talks will be put online?
Wish I could.
Me too
Maybe having the ng-conf logo in the same place for 8 hours will burn in to my 10 year old plasma TV and give me an excuse to buy a new TV :-)
I wish, but the kid won’t let me :slightly_smiling_face:
I have it up on the TV so I can and watch the kids
Hi everyone! Joined from ng-conf stream, too! :slightly_smiling_face:
Hi! Just joined from the link in the ng-conf stream!
Hey everyone, joined from ng-conf stream, thanks for Nx DevTools
Anyone else watching the ng-conf live stream?
Hello everyone :slightly_smiling_face:
Anyone want to design a workspace logo?
:wave: Hey Nx Friends! Wes here from Nrwl. Just joining in the fun and happy to chat about anything Nx or Nx plugin related.
Welcome Wes! check out the support channel :smile:
Welcome Pierre, sounds like a fun project! if you are looking for support, please use the <#CMFKWPU6Q support> channel.
Hello everyone / Bonjour à Tous. I’m currently working on the new architecture of 3 old Angular projects (customer desktop, customer mobile, backoffice). The...
So this is me, discovering the existence of a Nrwl community slack only after joining Nrwl :sweat_smile: (and by accident :stuck_out_tongue: ).
Hello everyone :slightly_smiling_face:
What was the subject of your talk?
Is anyone heading to ng-conf?
I might end up there unsure right now.
Cool
Cool, I just got the approval from my company so I will be there.
Building an angular crud application with ngrx Data and nestjsx/crud
Awesome! I submitted a talk but didn’t get chosen unfortunately
i wanted a small opinion, if https://www.npmjs.com/package/@flowaccount/nx-serverless|https://www.npmjs.com/package/@flowaccount/nx-serverless this would hel...
You are welcome! This package actually uses the code you are referencing internally! Just in a more nest specific way by wrapping the Test.createTestingModul...
Awesome, thanks for sharing! I’ve been importing createSpyObject from @ngneat/spectator/jest and using it in my Nest tests, but having something Nest-specif...
For anyone that is interested and is using Nestjs, I put together a small package to help with auto mocking providers in jest tests inspired by Spectator in ...