5,203 questions
0
votes
1
answer
231
views
MSAL V1.x how to update client id and authority dynamically (i am using angular 7)
I am using the @azure/msal-angular version ^1.1.2, and I am facing an issue on how to update the MsalModule dynamically
i am refering the code base https://github.com/AzureAD/microsoft-authentication-...
0
votes
1
answer
87
views
How to display full text on hover in ngx-select when option text is too long?
I am using Angular 7 and have an ngx-select dropdown where the options are retrieved from a database. The code is as follows:
<div class="col-lg-6">
<ngx-select class="form-...
-1
votes
1
answer
656
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 ...
0
votes
0
answers
203
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". ...
0
votes
1
answer
54
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&...
1
vote
1
answer
349
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 '@...
1
vote
1
answer
50
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 ...
1
vote
1
answer
170
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....
0
votes
1
answer
713
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 ...
0
votes
0
answers
167
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 ...
1
vote
1
answer
292
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(...
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 ...
0
votes
1
answer
99
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
{
"...
1
vote
1
answer
304
views
Data is not rendered with mat-table [datasource] although it exists and is rendered with the "json" pipe
I am implementing a table with mat-table. I want to bind the data source to an array whose data is fetched by an API. When I fetch the data using httpclient and subscribe to the result, the table ...
0
votes
1
answer
17
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 ...