Skip to main content
0 votes
1 answer
73 views

We are facing strange error in our application, some users facing problems with export functionality. Code below is what we have in our codebase: exportProcess = this.exportProcessSubject.pipe( ...
wujekkiryl's user avatar
0 votes
1 answer
92 views

I am trying to import the FormsModule but i get this error 'FormsModule' does not appear to be an NgModule class. here is my code import { BrowserModule } from '@angular/platform-browser'; import { ...
isabille's user avatar
1 vote
1 answer
88 views

I have this issue with ng-katex library since I installed Angular 18 on my project. I'm not able to solve this problem but I need this library for my project. How to make compatible "ng-katex&...
DataScientist99's user avatar
0 votes
0 answers
106 views

I have an angular app and recently it started giving the error mentioned below. I tried to research online but there is minimal information on the web on this issue. I have tried disabling ivy and aot,...
zee123's user avatar
  • 1
0 votes
1 answer
222 views

When running nx serve (using NRWL NX) on my TypeScript project, the build now fails with this error: <my-file>.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/...
F-H's user avatar
  • 1,213
0 votes
0 answers
107 views

I have to dynamically (at runtime) create a component with template built of string. This string contains some tags that need to be replaced by Angular components. For example HTML template: <div ...
iwan's user avatar
  • 1
0 votes
1 answer
100 views

Question: I have two separate Angular projects that share certain common modules. We've established a private GitHub NPM repository to manage these shared resources. However, one of these common ...
Chad Kapatch's user avatar
0 votes
2 answers
3k views

I upgraded my angular application from v14 to v16. Since there were so many peer dependencies I used --force flag to upgrade. Now when I compile getting so many errors as shown below in screenshot. ...
stormbreakR's user avatar
6 votes
0 answers
1k views

I've been using this Modal module for my Angular projects, however today, when upgrading to Angular 16, it stoped working with this error: 'SimpleModalModule' does not appear to be an NgModule class. ...
celsomtrindade's user avatar
0 votes
1 answer
4k views

Did anyone figure out a way to use @ag-grid-community/angular version prior to Ivy support (<28) with Angular 16 ? In Angular 16 they've removed the deprecated entry components and ngcc, so any ...
cookie's user avatar
  • 1
1 vote
2 answers
2k views

I am in the middle of migrating of project from angular 8 to 15 The key feature of app is dynamic product cards, template for them is arbitrary html which is loaded from server and not known during ...
k31's user avatar
  • 83
3 votes
2 answers
2k views

I use an api that returns some html. Angular components are used in the html code but not shown in the application. How can I show an angular component when it is stored as a string? StackBlitz demo
Niels Prins's user avatar
2 votes
1 answer
2k views

I am maintaining a private npm-package that provides angular-components. I am trying to update the package to angular 13 (from angular 12) and got everything to work, so I released a new version to ...
G. Egli's user avatar
  • 213
0 votes
1 answer
2k views

I would like to have two versions of my Application with the same codebase. One Version should for example include the "registration" feature and the other one not. Can I configure Angular ...
user3241778's user avatar
1 vote
1 answer
533 views

Our SaaS need to offer different home pages for different customers. Our approach is to have the different templates in the database. We also have components defined in a different module that must be ...
Innstinct's user avatar

15 30 50 per page
1
2 3 4 5
15