@analogjs/astro-angular 1.3.1 → 1.4.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @analogjs/astro-angular
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[Astro](https://astro.build) is a modern web framework designed for building fast, content-focused websites, compatible with all major frontend frameworks. Though primarily a static site generation (SSG) tool, it can also integrate dynamic components called "islands", which support partial hydration.
|
|
4
|
+
|
|
5
|
+
This package allows rendering [Angular](https://angular.dev) components as islands in Astro.
|
|
4
6
|
|
|
5
7
|
## Setup
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@analogjs/astro-angular",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-beta.2",
|
|
4
4
|
"description": "Use Angular components within Astro",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Brandon Roberts <robertsbt@gmail.com>",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://github.com/analogjs/analog.git"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@analogjs/vite-plugin-angular": "^1.
|
|
31
|
+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.2"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@angular-devkit/build-angular": ">=16.0.0 || ^18.0.0-rc.0",
|