nstudio / xplat

Cross-platform (xplat) tools for Nx workspaces.
MIT License
365 stars 52 forks source link

Example project #291

Open mohammadrafigh opened 2 years ago

mohammadrafigh commented 2 years ago

Is there any example available? I'm really confused with a lot of environment.ts files. I see the generated Nativescript app merges local (in app) environment with the environment file included in libs/core but generated Angular Web app doesn't utilize libs/core. Why the environment.ts in libs/core doesn't extend (deepMerge) the environment.base.ts?

Thanks in advance

NathanWalker commented 2 years ago

Hi @mohammadrafigh we've had some example apps in the past but specifically around environment handling I'm not sure one those illustrates it best. Will look at providing an example to illustrate this.

mohammadrafigh commented 2 years ago

Thank you for your great work @NathanWalker