Skip to main content

Questions tagged [angular7]

Questions about Angular version 7, the web framework from Google. Use this tag for Angular questions which are specific to only version 7. Use tag Angular for any Angular questions which are not specific to an individual version.

angular7
0 votes
0 answers
15 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
41 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
38 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
14 views

Not able to implement Okta in Angular7

I am trying to implement Okta in my Angular7 in my application. I am getting the error when I do ng serve. "@okta/okta-angular": "^3.2.2" "@okta/okta-auth-js": "^5....
Aasish Jwalapuram's user avatar
0 votes
0 answers
30 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
161 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
1 vote
1 answer
40 views

How to expand and collapse table row in angular 7

I am trying to expand and collapse each table row without adding new properties(expanded1 and expanded2) in the json data. How to do it. Is it possible or not? app.component.ts: export class ...
sarann's user avatar
  • 157
1 vote
1 answer
57 views

How to add new property in the json data without adding in the interface using typescript or javascript

I am trying to add new properties inside the josn data without adding in the interface. But i am not able to add it.So, How to add new properties in the json data. Is it possible or not? app.component....
sarann's user avatar
  • 157
0 votes
1 answer
236 views

How to expand row in a table using typescript or javascript

I have used angular 7.I am trying to expand and collapse table row by clicking name and place. But it is not opening properly. If i click place name, that place details only i want to show. But in my ...
sarann's user avatar
  • 157
0 votes
0 answers
95 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
0 votes
0 answers
67 views

Angular keyvaluepipe with return 0 is not returning the value of the object

I'm having issues where the {{item}} are not being shown in separate list, after I added returnZero for keyvalue (so that key is not sorted), it is giving me an error for section.value and wouldn't ...
user7046311's user avatar
1 vote
1 answer
175 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
990 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
76 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
0 answers
20 views

How to test component with multiple pipes in it?

In i have the following components : and the output is quite easy Base on list of students - i want to mark who pass and who not - that's according to s threshold service... getRanges() 45 - Fail Sat ...
RoyBarOn's user avatar
  • 967

15 30 50 per page
1
2 3 4 5
348