Skip to content

Commit

Permalink
Update angular url to the new angular website (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagnette authored Aug 29, 2024
1 parent 85b6c36 commit 6c4709f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components (built with [npm](https://docs.npmjs.com/) : [React](https://react.dev/learn), [Angular](https://angular.io/guide/what-is-angular), [Vue](https://vuejs.org/guide/introduction.html), [Lit](https://lit.dev/), [Svelte](https://svelte.dev/docs/introduction), [Astro](https://docs.astro.build/en/getting-started/), [SolidJS](https://www.solidjs.com/guides/getting-started) …) alongside [Quarkus](https://quarkus.io/). It is possible to use it with a Quarkus backend in a single project.
Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components (built with [npm](https://docs.npmjs.com/) : [React](https://react.dev/learn), [Angular](https://angular.dev/overview), [Vue](https://vuejs.org/guide/introduction.html), [Lit](https://lit.dev/), [Svelte](https://svelte.dev/docs/introduction), [Astro](https://docs.astro.build/en/getting-started/), [SolidJS](https://www.solidjs.com/guides/getting-started) …) alongside [Quarkus](https://quarkus.io/). It is possible to use it with a Quarkus backend in a single project.

You will be able to do live coding of the backend and frontend together nearly out of the box. In Quarkus dev mode, Quinoa will start the node live coding server provided by the target framework and forward relevant requests to it.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include::./includes/attributes.adoc[]

Quinoa is a Quarkus extension which eases the development, the build and serving single page apps or web components (built with https://docs.npmjs.com/[npm] : https://react.dev/learn[React], https://angular.io/guide/what-is-angular[Angular], https://vuejs.org/guide/introduction.html[Vue], https://lit.dev/[Lit], https://svelte.dev/docs/introduction[Svelte], https://docs.astro.build/en/getting-started/[Astro], https://www.solidjs.com/guides/getting-started[SolidJS] …) alongside other Quarkus services (REST, GraphQL, Security, Events, ...).
Quinoa is a Quarkus extension which eases the development, the build and serving single page apps or web components (built with https://docs.npmjs.com/[npm] : https://react.dev/learn[React], https://angular.dev/overview[Angular], https://vuejs.org/guide/introduction.html[Vue], https://lit.dev/[Lit], https://svelte.dev/docs/introduction[Svelte], https://docs.astro.build/en/getting-started/[Astro], https://www.solidjs.com/guides/getting-started[SolidJS] …) alongside other Quarkus services (REST, GraphQL, Security, Events, ...).

Live code the backend and frontend together with close to no configuration. When enabled in development mode, Quinoa will start the UI live coding server provided by the target framework and forward relevant requests to it. In production mode, Quinoa will run the build and process the generated files to serve them at runtime.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/web-frameworks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ npm install -g @angular/cli
ng new my-first-project
----
a|
- https://angular.io/guide/setup-local[ng]
- https://angular.dev/tools/cli/setup-local[ng]
| <<angular-test-config>>

a|
Expand Down

0 comments on commit 6c4709f

Please sign in to comment.