Skip to content

Commit 3ed7666

Browse files
Merge pull request #237 from lukaszgawrys/docs/update-supported-angular-version
2 parents f40a1ec + 467c8e4 commit 3ed7666

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It provides a robust, fully Angular-native foundation to create, customize, and
3232
- 🧠 **Event-driven architecture** — React to user interaction via clean APIs
3333
- 🎨 **Customizable Templates** — Use your own components for nodes and connections
3434
- 🖱 **Drag, Zoom, Pan** — Smooth canvas navigation for large graphs
35-
- ⚙️ **SSR + Angular Compatibility** — Works with Angular 12+, SSR, Standalone Components, and Composition API
35+
- ⚙️ **SSR + Angular Compatibility** — Works with Angular 15+, SSR, Standalone Components, and Composition API
3636

3737
---
3838

projects/f-flow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## Welcome to Foblex Flow
1717

1818
Foblex Flow is an [Angular](https://angular.dev/) library built to simplify the creation and management of dynamic, interactive flows.
19-
Whether you're developing complex systems or lightweight visualizations, Foblex Flow provides a robust set of tools to help automate node manipulation and inter-node connections with ease. It's fully compatible with Angular 12+, Server-Side Rendering (SSR), and the Composition API.
19+
Whether you're developing complex systems or lightweight visualizations, Foblex Flow provides a robust set of tools to help automate node manipulation and inter-node connections with ease. It's fully compatible with Angular 15+, Server-Side Rendering (SSR), and the Composition API.
2020

2121
### Examples
2222

src/app/home-page/home-page-background/domain/hero-flow.configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const HERO_FLOW_CONFIGURATION: IHeroFlowConfiguration = {
99
to: EFConnectableSide.AUTO,
1010
from: EFConnectableSide.TOP,
1111
large: true,
12-
text: 'Angular 12+'
12+
text: 'Angular 15+'
1313
},
1414
{
1515
uid: '2',

src/app/home.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const HOME_CONFIGURATION = {
1818
headline: 'Foblex Flow',
1919
tagline1: 'Built with Angular',
2020
tagline2: 'Flow-Chart Library',
21-
subDescription: 'Supports Angular 12+, SSR, and Composition API.',
21+
subDescription: 'Supports Angular 15+, SSR, and Composition API.',
2222
}),
2323
provideBackground(HomePageBackgroundComponent),
2424
provideImage(HomePageImageComponent),

0 commit comments

Comments
 (0)