DEV Community

Discussion on: Tiny Angular application projects in Nx workspaces

Collapse
 
plastikaweb profile image
Carlos Matheu

Superb!

The only question I have, is how to handle different environments for different apps, the way to export in the shared/environments index.ts multiple environments with the same export name, so we can have a single path for environments import { environment } from '@workspace/shared/environments'; while having the correct reference via fileReplacements in angular.json.