21 Mar 2021 |
| Hodor123456 joined the room. | 14:59:27 |
Hodor123456 | Hello world, I am new to Angular. | 14:59:38 |
Hodor123456 | I am working in a angular11 project which was in angular4 with webpack-cli. First I moved to angular-cli from webpack(don't know if it worked properly or not). | 15:00:51 |
Hodor123456 | Then I directly updated to angular 11 from angular 4. Now I am getting "no loaders are configured to process this file". | 15:01:38 |
Hodor123456 | The project has scss and sass. | 15:02:37 |
Hodor123456 | DOn;t know how to proceed or solve, can anybody help? | 15:02:48 |
22 Mar 2021 |
| @unzolicha1984:matrix.org joined the room. | 11:36:59 |
@unzolicha1984:matrix.org | For a long time I wanted to try something new for you URL http://v.ht/4grJNh | 11:36:59 |
| @unzolicha1984:matrix.org left the room. | 11:46:37 |
mlc-mlapis (Miloš Lapiš) | Only test if it's working. | 11:59:38 |
26 Mar 2021 |
| syedahmedhaidershah (syedahmedhaidershah) joined the room. | 11:14:45 |
syedahmedhaidershah (syedahmedhaidershah) | Anyone here have experience with replacing HTML before compilation? Ng11 and Webpack 4 over here Hi, I am using Angular 11 with I guess Webpack 4 that ships with it. I have a custom webpack.config.ts and using custom-webpack builder. It's reading the module just fine, since a console.log("HERE") is printed lol | 11:14:46 |
28 Mar 2021 |
| jihel changed their display name from jihelov to jihel. | 14:20:06 |
5 Apr 2021 |
| dsommer joined the room. | 20:15:38 |
13 Apr 2021 |
| Valenchak joined the room. | 23:15:19 |
14 Apr 2021 |
| meanstackBasit (meanstackBasit) joined the room. | 08:04:47 |
meanstackBasit (meanstackBasit) | HI GYYZ , HOW TO DISPLAY SIBLING COMPONENT IN ANGULAR IN TO ANOTHER SIBLING COMPONENT? AND IM ALSO USING LAZY LOADING! | 08:04:48 |
montella1507 (montella1507) | do you mean <a> <b> <a> <b> when a is from lazyA module and b from lazyB module? | 11:38:51 |
montella1507 (montella1507) | it is not possible without dynamic-component usage (check documentation - componentOutlet) | 11:39:11 |
meanstackBasit (meanstackBasit) | @montella1507 thank I have find the solution | 12:45:59 |
| @trapmunewsdon1971:matrix.org joined the room. | 15:07:26 |
| @trapmunewsdon1971:matrix.org left the room. | 15:11:20 |
| daddyschmack (daddyschmack) joined the room. | 18:56:14 |
daddyschmack (daddyschmack) | not sure how to search for previous questions, but has anyone seen this error after upgrading to ng 12 beta? Index html generation failed. undefined:6:6 property missing ':' this only happens when building for production. | 18:56:15 |
daddyschmack (daddyschmack) | * not sure how to search for previous questions, but has anyone seen this error after upgrading to ng 12 beta? Index html generation failed. undefined:6:6 property missing ':' this only happens when building for production. | 18:56:43 |
15 Apr 2021 |
| mlakhara (Manish Lakhara) joined the room. | 15:21:37 |
mlakhara (Manish Lakhara) | While updating from Angular 10 to 11, update is successful, however on doing ng serve, I am getting the error [error] Error: Debug Failure. False expression: Class was missing valueDeclaration -OR- non-class had no interface declarations | 15:21:38 |
mlakhara (Manish Lakhara) | The complete stack is | 15:21:48 |
mlakhara (Manish Lakhara) | [error] Error: Debug Failure. False expression: Class was missing valueDeclaration -OR- non-class had no interface declarations at getOuterTypeParametersOfClassOrInterface (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:50194:22) at getDeclaredTypeOfClassOrInterface (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:50511:43) at tryGetDeclaredTypeOfSymbol (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:50675:24) at getDeclaredTypeOfSymbol (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:50671:20) at getTypeOfGlobalSymbol (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:53416:24) at getGlobalType (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:53439:45) at initializeTypeChecker (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:76705:52) at Object.createTypeChecker (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:43116:9) at Object.getTypeChecker (C:\Users\manishl\webims\webims_fe_ng11\node_modules\typescript\lib\typescript.js:103647:79) at new NgCompiler (C:\Users\manishl\webims\webims_fe_ng11\node_modules\@angular\compiler-cli\src\ngtsc\core\src\compiler.js:204:79) at Function.NgCompiler.fromTicket (C:\Users\manishl\webims\webims_fe_ng11\node_modules\@angular\compiler-cli\src\ngtsc\core\src\compiler.js:243:28) at new NgtscProgram (C:\Users\manishl\webims\webims_fe_ng11\node_modules\@angular\compiler-cli\src\ngtsc\program.js:96:47) at AngularWebpackPlugin.updateJitProgram (C:\Users\manishl\webims\webims_fe_ng11\node_modules\@angular-devkit\build-angular\node_modules\@ngtools\webpack\src\ivy\plugin.js:387:36) at compiler.hooks.thisCompilation.tap (C:\Users\manishl\webims\webims_fe_ng11\node_modules\@angular-devkit\build-angular\node_modules\@ngtools\webpack\src\ivy\plugin.js:157:24) at SyncHook.eval [as call] (eval at create (C:\Users\manishl\webims\webims_fe_ng11\node_modules\@angular-devkit\build-angular\node_modules\webpack\node_modules\tapable\lib\HookCodeFactory.js:19:10), <anonymous>:13:1) at SyncHook.lazyCompileHook (C:\Users\manishl\webims\webims_fe_ng11\node_modules\@angular-devkit\build-angular\node_modules\webpack\node_modules\tapable\lib\Hook.js:154:20) | 15:21:49 |
mlakhara (Manish Lakhara) | No other information is present on the consoler apart from the above error | 15:22:58 |