DEV Community

Discussion on: Integrate the Remote apps with the Dashboard

Collapse
 
briancodes profile image
Brian • Edited

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!

Collapse
 
coly010 profile image
Colum Ferry Nx

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.