Skip to main content

All Questions

0 votes
1 answer
77 views

How to convert base64format to the word document preview in angular [closed]

Does in angular do we have any library ? i was looking for some examples but i didn't found any. I have found a library ngx-doc-viewer it has a url but i have base64 which i need to transform to word ...
ck-s's user avatar
  • 31
0 votes
1 answer
291 views

Data / token sharing issue from angular micro-frontend one project to another project

Hi i am stucking the data sharing/ token sharing in another project in angular standalone microfrontend. Please provide your suggestion. Data will be get it second times. not get initial time. SEND ...
manish jadli's user avatar
-1 votes
1 answer
587 views

Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import("e:/project/myApp/myApp/node_modules/@angular/core/core") [(ngModel)] Error

Property 'ɵunwrapWritableSignal' does not exist on type 'typeof import("e:/project/eCeiling/e-ceiling/node_modules/@angular/core/core") [(ngModel)] showing me error i have imported ...
Gopal k .Dwivedi's user avatar
1 vote
2 answers
50 views

how can I dynamically remove an error at the ng-stepper level?

I was trying to use this angular HTML <mat-stepper #stepper> <mat-step [stepControl]="gadsForm" [attr.errorMessage]="showStepperError ? firstStepError : null"> But ...
Elad Benda's user avatar
  • 36.7k
0 votes
2 answers
2k views

error NG5002: Parser Error: Unexpected token ===

we are stuck in a problem in angular. if we run the angular 16 project with micro-frontend then we see this error error NG5002: Parser Error: Unexpected token ===
manish jadli's user avatar
0 votes
1 answer
64 views

How to populate dropdown with its previous value?

We have a dropdown which had 3 values, out of which one value is removed now, so two values are left for the user to select now. But if the user searches an item which has that value in the dropdown ...
Vishal Gandotra's user avatar
1 vote
0 answers
75 views

why it not navigate to the dashboard page after login

id: any; loginsubmit(id: any) { console.log("button works"); const che = \[\]; this.admincreation.getdatas(id).subscribe((che: any) =\> { { const adminl = che.find((b: any) =\> { ...
priya singh's user avatar
0 votes
1 answer
77 views

matTooltip not working in any routed components

Tooltip WORKS on login component which is not loaded using loadChildren but NOT WORKING on Search component. The only difference is loadChildren is used to load search component but not for login ...
softechie's user avatar
  • 133
1 vote
0 answers
88 views

Want to change background color of cell based on value of variable in mat table angular

I am using angular material and in that using mat-table. Now I want to change background color of cell based on value of variable. So if value is >50 then it should show yellow color OR show green ...
Sami In's user avatar
  • 324
0 votes
1 answer
244 views

Can I create a component which overrides and to be able to customize mat-error?

I have created a compoenent called bl-error which contains mat-error (see code below): this is the bl-error.component.ts: import {Component, Input} from '@angular/core'; import {MatError} from '@...
Abdelhafid Chetouani's user avatar
1 vote
0 answers
181 views

angular-material-rail-drawer compatible to Angular 13

I want to use the Rail Drawer plugin in my project which is in Angular v13. Running npm i angular-material-rail-drawer throws some errors, I tried all previous versions, but nothing works. Is there a ...
Salome Leshkasheli's user avatar
2 votes
0 answers
420 views

Angular Calendar is not working in different timezones with daylight savings

I am using angular-calendar to show the time in week view where I can drag and drop and customize the timings. Here is the sample code below from angular calendar:- Note that this only happening when ...
Towhidul Islam's user avatar
2 votes
1 answer
75 views

Why does attr.disabled = "row?.statut === 'TRM' ? true: null"doesn't disabled the specific row?

i want to disabled the rows that doen't match my criteria but the property doesn't return a single disabled row <mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row&...
Jordi Fokou's user avatar
-2 votes
1 answer
307 views

display tooltip on hover for each row

I am displying data in grid view, below is screenshot of that. Now I want to display tooltip on hover of each row, so any idea how I can get done that ?
Vasi's user avatar
  • 39
-1 votes
1 answer
38 views

I've used the same syntax in other child component,but this eroor doesn't show up there. Anyone suggestions to how to fix this?

This is the error this is the code that shows this error the variable is holding the data, i think syntax is correct. I don't know how to fix this. I want the details to show in the form of the a ...
Sushant's user avatar

15 30 50 per page