You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context.logger.warn(`Not able to detect rxjs version. Be aware that rxjs version >= 7.4 is recommended for Angular 14 and required for Angular >= 15.`);
context.logger.warn(`Not able to detect rxjs version. Be aware that rxjs version >= 7.4 is required for version 15 of this lib, rxjs 6 is not supported.`);
Copy file name to clipboardExpand all lines: lib/schematics/utility/module.ts
-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ export function updateModule(mainPath: string): Rule {
60
60
/* If the file is still the same, it means we didn't catch the module
61
61
* (for example, it can happen if the user aliased `StorageModule`) */
62
62
if(updatedAppModuleFile===appModuleFile){
63
-
// eslint-disable-next-line max-len
64
63
thrownewSchematicsException(`We couldn't update AppModule automatically. Be sure to follow the documentation to update manually, otherwise previsouly stored data could be lost.`);
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @typescript-eslint/no-base-to-string -- Required by indexedDb behavior, and strings are enforced by the lib
// eslint-disable-next-line @typescript-eslint/ban-ts-comment, @typescript-eslint/prefer-ts-expect-error -- Silence the not used error, it is used in tests
0 commit comments