Skip to content
#

nx

Here are 431 public repositories matching this topic...

peixotoleonardo
peixotoleonardo commented Nov 8, 2021

Is your feature request related to a problem? Please describe.

I believe we can take a more object-oriented approach in module settings.

Describe the solution you'd like

// packages/nestjs/src/lib/interfaces/automapper-module-options.interface.ts
export interface AutomapperModuleOptions {
  /**
   * An array of CreateMapperOptions to create multiple mappers
   */
  
s0l4r
s0l4r commented Dec 1, 2021

Possible bug detected..

When running this command all is ok (NS and Web):

nx generate @nstudio/angular:component --name=product --createBase --platforms=nativescript,web--dry-run

CREATE libs/xplat/features/src/lib/ui/base/product.base-component.ts
CREATE libs/xplat/nativescript/features/src/lib/ui/components/product/product.component.html
CREATE libs/xplat/nativescript/features/sr

Improve this page

Add a description, image, and links to the nx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nx topic, visit your repo's landing page and select "manage topics."

Learn more