Skip to content

Commit 3a89eab

Browse files
Upgraded to Angular 18
1 parent 41830f8 commit 3a89eab

File tree

9 files changed

+9956
-7211
lines changed

9 files changed

+9956
-7211
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@ Do you want to use a Basic Primitives diagram for a personal website, a school s
199199
## Performance
200200
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!
201201

202-
Copyright (c) 2013 - 2023 Basic Primitives Inc
202+
Copyright (c) 2013 - 2024 Basic Primitives Inc
203203
* [Non-commercial - Free](http://creativecommons.org/licenses/by-nc/3.0/)
204204
* [Commercial and government licenses](license.pdf)

angular.json

+3
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,8 @@
134134
}
135135
}
136136
}
137+
},
138+
"cli": {
139+
"analytics": false
137140
}
138141
}

docs/FirstFamilyChart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# First Family Chart for Angular 13
1+
# First Family Chart for Angular 18
22

33
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
44

docs/FirstOrganizationalChart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# First Organizational Chart for Angular 13
1+
# First Organizational Chart for Angular 18
22

33
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
44

0 commit comments

Comments
 (0)