Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ Do you want to use a Basic Primitives diagram for a personal website, a school s
## Performance
Through a full API, you can add, remove and modify individual items and their properties. The component will only update the visual elements affected by the API changes. We put in much effort to make it happen!

Copyright (c) 2013 - 2023 Basic Primitives Inc
Copyright (c) 2013 - 2024 Basic Primitives Inc
* [Non-commercial - Free](http://creativecommons.org/licenses/by-nc/3.0/)
* [Commercial and government licenses](license.pdf)
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion docs/FirstFamilyChart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# First Family Chart for Angular 13
# First Family Chart for Angular 18

Basic Primitives Diagrams for Angular - data visualization component library that implements organizational chart and multi-parent dependency tree diagrams. It renders diagrams content using Angular Templates without direct DOM manipulations, so it is compliant with all Angular features

Expand Down
2 changes: 1 addition & 1 deletion docs/FirstOrganizationalChart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# First Organizational Chart for Angular 13
# First Organizational Chart for Angular 18

Basic Primitives Diagrams for Angular - data visualization component library that implements organizational chart and multi-parent dependency tree diagrams. It renders diagrams content using Angular Templates without direct DOM manipulations, so it is compliant with all Angular features

Expand Down
Loading