Hi. Nice series of articles. Do the Angular apps that are pulled in need to be built with the same version of Angular do you know?
I'm guessing they could be different versions, from looking at the Nx Store demo which is using React & Angular (nx.dev/examples/nx-examples). Its' very interesting!
Ideally yes. But not necessarily. The benefit of using Nx to do this is that Nx employs a single-version policy. So usually all your apps in the monorepo will be on the same version.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi. Nice series of articles. Do the Angular apps that are pulled in need to be built with the same version of Angular do you know?
I'm guessing they could be different versions, from looking at the Nx Store demo which is using React & Angular (nx.dev/examples/nx-examples). Its' very interesting!
Ideally yes. But not necessarily. The benefit of using Nx to do this is that Nx employs a single-version policy. So usually all your apps in the monorepo will be on the same version.