Skip to content

build-angular 0.6.5

Install from the command line:
Learn more about npm packages
$ npm install @topicusonderwijs/build-angular@0.6.5
Install via package.json:
"@topicusonderwijs/build-angular": "0.6.5"

About this version

ParnasSys-builders

package name: @topicusonderwijs/build-angular

Custom @angular-devkit builders for the ParnasSys suite. These custom builders (read Angular builder decorators) extend default behavior with tailored actions like including schematics in the final build.

How-to

Check the fortytwo.parnassys.tech docs how to access the github registy.

Installation
Builders can simply be added to your node_modules:

yarn add @topicusonderwijs/build-angular

Usage
To use a builder instead of the default @Angular-devkit/build-angular, modify your angular.json to use the new builder:

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",

  // [...]

  "projects": {
    "my-lib": {
      "projectType": "library",

      // [...]

      "architect": {
        "build": {
          "builder": "@topicusonderwijs/build-angular:ng-packagr-with-schematics",
          "options": {
            "project": "projects/my-lib" // builder options
          },

          // [...]

Available builder

  • @topicusonderwijs/build-angular:schematics: Will build a 'schematic-only' project.
  • @topicusonderwijs/build-angular:ng-packagr-with-schematics: An extension to @angular-devkit/build-angular that automatically compiles and moves schematic files to the final build.

Details


Assets

  • build-angular-0.6.5.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0