Angular 8 – Lazy loading modules : Error TS1323: Dynamic import is only supported when ‘–module’ flag is ‘commonjs’ or ‘esNext’

You are using dynamic import so you have to change your tsconfig.json like this to target your code to esnext module { “compileOnSave”: false, “compilerOptions”: { “baseUrl”: “./”, “outDir”: “./dist/out-tsc”, “sourceMap”: true, “declaration”: false, “module”: “esnext”, // add this line “moduleResolution”: “node”, “emitDecoratorMetadata”: true, “experimentalDecorators”: true, “importHelpers”: true, “target”: “es2015”, “typeRoots”: [ “node_modules/@types” ], “lib”: … Read more

Android Studio Run/Debug configuration error: Module not specified

Resync your project gradle files to add the app module through Gradle In the root folder of your project, open the settings.gradle file for editing. Cut line include ‘:app’ from the file. On Android Studio, click on the File Menu, and select Sync Project with Gradle files. After synchronisation, paste back line include ‘:app’ to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)