@@ -55,7 +55,7 @@ That's it! Now we can run `npm start` and start building out our application!
5555 - IBMers should use our #carbon-ng Slack channel
5656
5757Angular version support matrix:
58- | Angular | v3 | v4 | v5 (future release) |
58+ | Angular | v3 | v4 | v5 |
5959| ------- | -- | -- | ------------------- |
6060| 6 | ✅ | ❌ | ❌ |
6161| 7 | ✅ | ✅ | ❌ |
@@ -68,6 +68,8 @@ Angular version support matrix:
6868| 14 | ❌ | ✅ | ✅ |
6969| 15 | ❌ | ✅ | ✅ |
7070| 16 | ❌ | ❌ | ✅ |
71+ | 17 | ❌ | ❌ | ✅ |
72+ | 18 | ❌ | ❌ | ✅ |
7173
7274Carbon Components Angular version support matrix:
7375| Carbon Components Angular version | Community support | Active support |
@@ -99,7 +101,7 @@ How to read this table:
99101- ** if you are contributing a fix** :
100102 - add your fix, update the documentation as needed
101103 - consider adding or modifying a test case to cover the fix
102- - follow the [ Angular style guide] ( https://angular.io/styleguide )
104+ - follow the [ Angular style guide] ( https://angular.dev/style-guide )
103105- be sure to run ` npm test ` and ` npm run lint ` to make sure the tests and linter pass
104106- submit a PR
105107
@@ -163,3 +165,11 @@ To keep our build dependencies local we use npm scripts to run our webpack, gulp
163165
164166## Code of Conduct
165167Read our code of conduct [ here] ( ./.github/CODE_OF_CONDUCT.md )
168+
169+ ## <picture ><source height =" 20 " width =" 20 " media =" (prefers-color-scheme: dark) " srcset =" https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg " ><source height =" 20 " width =" 20 " media =" (prefers-color-scheme: light) " srcset =" https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg " ><img height =" 20 " width =" 20 " alt =" IBM Telemetry " src =" https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg " ></picture > IBM Telemetry
170+
171+ This package uses IBM Telemetry to collect de-identified and anonymized metrics data. By installing
172+ this package as a dependency you are agreeing to telemetry collection. To opt out, see
173+ [ Opting out of IBM Telemetry data collection] ( https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection ) .
174+ For more information on the data being collected, please see the
175+ [ IBM Telemetry documentation] ( https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics ) .
0 commit comments