Angular-NgRx-GettingStarted
Angular-NgRx-GettingStarted copied to clipboard
Materials for our Pluralsight course: Angular NgRx: Getting Started: http://bit.ly/AngularNgRx.
[error] TypeError: readConfiguration is not a function at readTsconfig (/Volumes/work/code/practice/APM/node_modules/@angular-devkit/build-angular/src/utils/read-tsconfig.js:49:26) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async configureI18nBuild (/Volumes/work/code/practice/APM/node_modules/@angular-devkit/build-angular/src/utils/i18n-options.js:125:22) at async generateI18nBrowserWebpackConfigFromContext (/Volumes/work/code/practice/APM/node_modules/@angular-devkit/build-angular/src/utils/webpack-browser-config.js:71:36) at async setup (/Volumes/work/code/practice/APM/node_modules/@angular-devkit/build-angular/src/builders/dev-server/index.js:135:47)
(added from issue raised in froum) For the first homework assignment at the end of Module 10, the video says to add the OnChanges lifecycle hook to the ProductListComponent, but...