Skip to content

Commit

Permalink
Merge pull request #174 from retejs/angular19
Browse files Browse the repository at this point in the history
feat(docs): mention angular standalone mode
  • Loading branch information
Ni55aN authored Dec 30, 2024
2 parents 7a80b67 + 12b0832 commit 4fc1ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/en/docs/4.guides/2.renderers/3.angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This plugin offers a classic preset that comes with visual components for nodes,

Compatible with Angular 12, 13, 14, 15, 16, 17, 18 and 19

This plugin is **exclusively** designed for Angular applications as it requires `Injector` instance, unlike other render plugins.
This plugin is **exclusively** designed for Angular applications as it requires an `Injector` instance, unlike other render plugins. Additionally, the plugin supports Standalone mode in integration starting from Angular 19.

## Install dependencies {#install-dependencies}

Expand Down
2 changes: 1 addition & 1 deletion src/content/uk/docs/4.guides/2.renderers/3.angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords: angular,рендерінг

Сумісний з Angular 12, 13, 14, 15, 16, 17, 18 і 19

Цей плагін розроблено **ексклюзивно** для додатків Angular, оскільки для нього потрібен екземпляр `Injector`, на відміну від інших плагінів візуалізації.
Цей плагін розроблено **ексклюзивно** для додатків Angular, оскільки для нього потрібен екземпляр `Injector`, на відміну від інших плагінів візуалізації. Окрім цього, плагін підтримує Standalone режим в інтеграції починаючи з 19 версії Angular.

## Встановити залежності {#install-dependencies}

Expand Down

0 comments on commit 4fc1ac1

Please sign in to comment.