Skip to content

Commit

Permalink
docs: improve intro paragraph for Astro integration (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoogieMonsta committed May 14, 2024
1 parent 70f58a9 commit e4479f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/astro-angular/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# @analogjs/astro-angular

An [Angular](https://angular.dev) integration for rendering components in [Astro](https://astro.build)
[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.

This package allows rendering [Angular](https://angular.dev) components as islands in Astro.

## Setup

Expand Down

0 comments on commit e4479f5

Please sign in to comment.