Hi pals, Just migrated my nx project to version 15.7 and came across the issues. Have a quite old code that utilizes dataPersistence.fetch method. Unfortunately, after migration, I'm unable to build and test my applications. Have an error: 'Module @nrwl/angular"' has no exported member 'DataPersistence'. How to fix it? Cannot find any solution for that. Should I rewrite the code and use fetch operator or there is another way?
#Module '"@nrwl/angular"' has no exported member 'DataPersistence'
4 messages · Page 1 of 1 (latest)
Its been deprecated and mentioned to be removed in v15 indeed.