Adham Sabry
Adham Sabry
Hello, I am getting this error in angular project, any way you can assist please? Since this and the build is too slow.
Hello, I am getting the following error: ``` NexeError: python ./configure.py --dest-cpu=x64 exited with code: 1 at ChildProcess. (//node_modules/nexe/lib/compiler.js:179:28) at Object.onceWrapper (events.js:422:26) at ChildProcess.emit (events.js:315:20) at ChildProcess.EventEmitter.emit (domain.js:486:12) at maybeClose...
**What happened**: I build the application using linux environment but then try to test it on Windows, so I put the exe file in `C:\appName`, I bundled the node_modules with...
Hello, is it possible that i can display card information without input. Just for display purposes?
Hello, I am getting the following error on importing the `CardModule` in `imports` in one of my modules: ``` CardModule' does not appear to be an NgModule class.(-996002) module.d.ts(1, 22):...
**What would you like to be added**: Support for 14.20.x, 16.13.x and 18.10.x **Why is this needed**: Upgrading Angular and many other libraries.
Hello, post upgrading angular to 16, i am getting the following error: `Error: Unexpected value 'AvatarModule' imported by the module. Please add an @NgModule annotation.`
Hello everyone, I am new here, I have HP Elite X3, and done extensive search on how to unlock it and install either W11 or Android (prefer W11 first) I...
Hello, Thanks for the great extension. Can you please add support for adhering to project/directory's `tsconfig.json`(s)?
Hello, I just installed the latest version of `html-minifier`. I added the following code to my angular ssr server side: ``` html = minify(html, { caseSensitive: true, collapseBooleanAttributes: true, collapseInlineTagWhitespace:...