Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
68 views

Error for angular 7.2 Data path ".builders['application']" should be object

I have an angular project that I have to clone first from a git source before proceeding with working on it, I cloned it, the angular version was 7.2, My nodejs i updated to 20.15.1 LTS and angular is ...
user19080871's user avatar
0 votes
0 answers
16 views

Angular 7 to angular 8

I am trying to upgrade my Angular 7 project to Angular 8. I've followed the necessary upgrade steps, including updating packages and configurations. However, when I try to run the project with ng ...
Gökçe Bektaş's user avatar
0 votes
0 answers
45 views

Angular upgrade 7 to 8

When I use this command ng update @angular/cli@8 @angular/core@8 I'm encountering an issue while trying to update Angular CLI and its core packages: Package not installed: "@angular/core". ...
Zeynep Ozen's user avatar
0 votes
1 answer
40 views

How to add custom message in dropdown in Angular 7 instead of ngui-auto-complete in this code?

I tried adding a custom message in the dropdown when no character matches are found in the dropdown list. Here is the code for the same, which uses ngui-auto-complete to show "No Result Found&...
Anish's user avatar
  • 13
0 votes
0 answers
31 views

Enabling SPNEGO security in Angular

How we can enable SPNEGO security in Angular 7 so that application will be secured?. I am having WebSphere version 8.5. I want to enable SPNEGO in angular application so the it will be secured and ...
Dnyaneshwari's user avatar
1 vote
1 answer
174 views

'nz-alert' is not a known element

'nz-alert' is not a known element: If 'nz-alert' is an Angular component, then verify that it is part of this module. If 'nz-alert' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@...
ming chen's user avatar
0 votes
0 answers
96 views

Export charts to PDF in Angular 7

I have a page with three tabs on it. When I click on each tab, a component is rendered that contains numerous charts and graphs using high-charts. At the top, there is an 'Export to PDF' button. When ...
Ali Naqi's user avatar
1 vote
1 answer
188 views

matMenuTrigger openMenu not showing the menu when called with *ngFor

Good evening, I have this component: HTML <button mat-menu-item #leagueMenuTrigger="matMenuTrigger" [matMenuTriggerFor]="leagueMenu" (mousedown)="onMouseDown(...
Jean-Francois Bertrand's user avatar
1 vote
0 answers
1k views

TypeError: Cannot read properties of undefined (reading 'hasOwnProperty') on Angular 7

What causes this error? Work perfectly on local, yet in server, when I click on the button that triggers the next page this shows up and broken the load. It's a core error I can't find what is caused ...
Kuze's user avatar
  • 51
0 votes
1 answer
82 views

Angular 7 stripping out duplicate properties in SCSS

Angular SASS (.scss) stripping out properties. How do I prevent this so I can embed duplicate properties for cross browser compatibility? To duplicate, create a new angular 7.2 project { "...
Anish's user avatar
  • 3,104
0 votes
1 answer
16 views

I am facing one peculiar issue while running angular application [Angular 7]

Angular is compiling continuously when I save the changes. I don't know why I am facing this issue. This is the issue Some additional details : Application specific package versions Global package ...
Loganathan's user avatar
0 votes
1 answer
189 views

Azure ad redirect loops in S3 bucket. Works fine in local

I am using angular 7 application. https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-samples/angular7-sample-app I used this sample application too. I ...
siva sankar's user avatar
2 votes
3 answers
1k views

Keep right click context menu on the screen

I have created an typescript component for my Context Menu and everything is working great except when the Context menu is activated near the edge of the screen it will go past the edge of the screen ...
Funn_Bobby's user avatar
0 votes
0 answers
47 views

regex not working for angular 7 input pattern

What I tried field: { "pattern": "((?!(demo case)).)*" } <input matInput spellcheck="false" [formControlName]="field.key" [id]="field.key"...
Kundan SIngh's user avatar
0 votes
2 answers
41 views

Facing problem calling my date service in my homepage.ts ionic

so i am using firebase annd ionic to get list of notes in my fire base db but whwn i try to retrieve them i get the error in my home-page.html src/app/home/home.page.ts:19:12 - error TS7006: ...
user17613159's user avatar

15 30 50 per page
1
2 3 4 5
231