Skip to content

Commit

Permalink
feat: support angular 17
Browse files Browse the repository at this point in the history
closes #10
  • Loading branch information
lekhmanrus committed Nov 21, 2023
1 parent 2b445fa commit 18c91a8
Show file tree
Hide file tree
Showing 3 changed files with 13,532 additions and 12,670 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,22 @@ Here's an example configuration file that sets Pug loader `basedir` option (agai
**P.S.**: Either of that should work. No need to create all of them. [See Configuration File Formats](#configuration-file-formats).


## Builders

| Name | Description |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| browser | Build an Angular application targeting a browser environment. |
| dev-server | A development server that provides live reloading. |
| extract-i18n | Extract i18n messages from an Angular application. |
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
## Builders Support

| Status | Name | Description |
| ------ | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|| application | Build an Angular application targeting a browser and server environment using [esbuild](https://esbuild.github.io). |
|| app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell). |
|| browser | Build an Angular application targeting a browser environment using [Webpack](https://webpack.js.org). |
|| browser-esbuild | Build an Angular application targeting a browser environment using [esbuild](https://esbuild.github.io). |
|| dev-server | A development server that provides live reloading. |
|| extract-i18n | Extract i18n messages from an Angular application. |
|| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
|| 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). |
|| prerender | [Prerender](https://angular.io/guide/prerendering) pages of your application. Prerendering is the process where a dynamic page is processed at build time generating static HTML. |
|| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
|| ssr-dev-server | A development server which offers live reload during development, but uses server-side rendering. |
|| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |



Expand Down
Loading

0 comments on commit 18c91a8

Please sign in to comment.