-
Updated
Feb 23, 2022 - TypeScript
nx
Here are 437 public repositories matching this topic...
-
Updated
Feb 11, 2022 - C
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Feb 24, 2022 - Elixir
-
Updated
Jan 27, 2022 - C++
-
Updated
Jan 22, 2022 - C
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
*/
-
Updated
Feb 23, 2022 - TypeScript
-
Updated
Dec 29, 2020 - TypeScript
-
Updated
Aug 12, 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
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Feb 14, 2022 - C++
-
Updated
Dec 30, 2021 - Java
-
Updated
Feb 23, 2022 - TypeScript
-
Updated
Apr 17, 2019 - C++
Feature request
Add price component
Documentation links
Documentation: https://www.decathlon.design/726f8c765/v/0/p/81e6be-price
Figma: https://www.figma.com/file/zDZIyayUlr1yTWrsi7cFoo/Vitamin
-
Updated
Feb 17, 2022 - TypeScript
-
Updated
Feb 23, 2022 - TypeScript
The xmldoc package adds additional newlines when manipulating the .csproj file to add the output path and msbuild task (not sure whether this affects Windows users, but definitely affects MacOS users). Although functionality is not impacted, the additional whitespace looks a bit unsightly, especially when creating xunit test projects, which bring in several PackageReferences.
For example:
`
Improve this page
Add a description, image, and links to the nx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nx topic, visit your repo's landing page and select "manage topics."
I tried ng add to install, but still compile errors.Can someone know how to do it? Thank you