ngx-builders/angular-builder

Adding nrwl/builders to this list.

agugan opened this issue · 0 comments

I would like to suggest @nrwl/builders to this amazing list.

Description:

This package is part of their Nx Modern tools.
You can add this package via npm i @nrwl/builders or yarn add -D @nrwl/builders.
Having Nx workspace is not compulsory as they seamlessly integrate with angular cli, like below:

Usage:

In **angular.json** for testing

"test": {
          "builder": "@nrwl/builders:jest",
          "options": {
            "jestConfig": "./jest.config.js",
            "tsConfig": "src/tsconfig.spec.json",
            "setupFile": "src/setupJest.ts"
          }
        } 

Here is link to their dev guide and repo