Skip to content

Commit bd661b6

Browse files
author
Angular Builds
committed
433b6b493 docs: remove redundant default empty strings values
1 parent 7bea970 commit bd661b6

File tree

5 files changed

+18
-20
lines changed

5 files changed

+18
-20
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ This package contains [Architect builders](/packages/angular_devkit/architect/RE
2020

2121
## Builders
2222

23-
| Name | Description |
24-
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
25-
| app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell). |
26-
| browser | Build an Angular application targeting a browser environment. |
27-
| dev-server | A development server that provides live reloading. |
28-
| extract-i18n | Extract i18n messages from an Angular application. |
29-
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
30-
| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr). |
31-
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
32-
| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
23+
| Name | Description |
24+
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
25+
| app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell). |
26+
| browser | Build an Angular application targeting a browser environment. |
27+
| dev-server | A development server that provides live reloading. |
28+
| extract-i18n | Extract i18n messages from an Angular application. |
29+
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
30+
| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://angular.io/guide/angular-package-format) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr). |
31+
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
32+
| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
3333

3434
## Disclaimer
3535

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.4+5.sha-e28c715",
3+
"version": "14.0.0-next.4+7.sha-433b6b4",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.1.2",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e28c71597",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#e28c71597",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#e28c71597",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#433b6b493",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#433b6b493",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#433b6b493",
1313
"@babel/core": "7.17.5",
1414
"@babel/generator": "7.17.3",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.17.2",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#e28c71597",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#433b6b493",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

src/builders/browser/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@
197197
},
198198
"resourcesOutputPath": {
199199
"type": "string",
200-
"description": "The path where style resources will be placed, relative to outputPath.",
201-
"default": ""
200+
"description": "The path where style resources will be placed, relative to outputPath."
202201
},
203202
"aot": {
204203
"type": "boolean",

src/builders/server/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
},
7575
"resourcesOutputPath": {
7676
"type": "string",
77-
"description": "The path where style resources will be placed, relative to outputPath.",
78-
"default": ""
77+
"description": "The path where style resources will be placed, relative to outputPath."
7978
},
8079
"sourceMap": {
8180
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Mar 04 2022 16:29:30 GMT+0000 (Coordinated Universal Time)
1+
Fri Mar 04 2022 16:31:36 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)