diff --git a/README.md b/README.md index 63f3d0b..eacfcaa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ - Run adjacent test server with `cd test-server && npm i && node index` - Run with `ng serve` (requires globally installed Angular CLI), and open at http://localhost:4200. +All LightningChart JS oriented code changes (not code changes created by Angular CLI initialization) are isolated into [this 1 commit](https://github.com/Arction/lcjs-ng-template/commit/ede278b599c6824fd2625487f69ed44504e24f9a). + +End result: + +![image](https://github.com/Arction/lcjs-ng-template/assets/55391673/84b8fb8b-08d8-4bd7-b054-8da865f4f3a4) + For more information, please see [Angular x LightningChart JS documentation](https://lightningchart.com/js-charts/docs/frameworks/angular) --- diff --git a/package-lock.json b/package-lock.json index ea52107..5c46a74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11942,9 +11942,9 @@ } }, "node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", - "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", + "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "dev": true, "dependencies": { "colorette": "^2.0.10",