Skip to content

Commit 121b1c7

Browse files
committed
feat: support angular 17
closes #10
1 parent 2b445fa commit 121b1c7

File tree

3 files changed

+13533
-12669
lines changed

3 files changed

+13533
-12669
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,22 @@ Here's an example configuration file that sets Pug loader `basedir` option (agai
142142
**P.S.**: Either of that should work. No need to create all of them. [See Configuration File Formats](#configuration-file-formats).
143143

144144

145-
## Builders
145+
## Builders Support
146146

147-
| Name | Description |
148-
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
149-
| browser | Build an Angular application targeting a browser environment. |
150-
| dev-server | A development server that provides live reloading. |
151-
| extract-i18n | Extract i18n messages from an Angular application. |
152-
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
153-
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
147+
| Status | Name | Description |
148+
| ------ | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
149+
|| application | Build an Angular application targeting a browser and server environment using [esbuild](https://esbuild.github.io). |
150+
|| app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell). |
151+
|| browser | Build an Angular application targeting a browser environment using [Webpack](https://webpack.js.org). |
152+
|| browser-esbuild | Build an Angular application targeting a browser environment using [esbuild](https://esbuild.github.io). |
153+
|| dev-server | A development server that provides live reloading. |
154+
|| extract-i18n | Extract i18n messages from an Angular application. |
155+
|| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
156+
|| 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). |
157+
|| 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. |
158+
|| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
159+
|| ssr-dev-server | A development server which offers live reload during development, but uses server-side rendering. |
160+
|| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
154161

155162

156163

@@ -167,6 +174,8 @@ Here's an example configuration file that sets Pug loader `basedir` option (agai
167174

168175
Versions started from **v12** and are consistant with major Angular version used in your project. E.g.:
169176

177+
Use `v17.x.x` with Angular `17.x.x`.
178+
170179
Use `v16.x.x` with Angular `16.x.x`.
171180

172181
Use `v15.x.x` with Angular `15.x.x`.

0 commit comments

Comments
 (0)