Skip to main content

All Questions

Tagged with
2 votes
1 answer
101 views

SlideChange(Swiper) event is not functional

I have the following situation: I'm trying to use the Swiper library to change pictures as a carousel. I'm using Angular 16(I will soon upgrade to v18) and the latest version of Swiper, when selecting ...
Turing99's user avatar
1 vote
1 answer
35 views

NG8001: 'router-outlet' is not a known element:

i was having a problem at first I was trying to log in to connect with main when I logged in, but while I moved, I asked for help pro gpt and now an error appeared that I could not solve in any way, ...
Allan José's user avatar
0 votes
0 answers
25 views

Html2canvas is not giving me darker image in angular for a graph image which is rendered on screen

I have a animated chart graph which is represented in my UI Screen whenever i am using Html2Canvas it is capturing the image but in very light way. I have to take that image and put it in a PDF. const ...
Navjyoti Rath's user avatar
0 votes
1 answer
29 views

Having issues trying to add a new page/component to a angular system

Hi this is my first time doing maintence in a angular system and trying to build things on it and im trying to add a new page to the system to implement some bots on it that part its not that ...
awaky's user avatar
  • 9
3 votes
3 answers
879 views

Angular Route with parameter is not working

I am using Angular 18 and just imported Admin LTE assets. My angular routing is working fin without any route parameter. But whenever I am trying to use route parameter it is showing weird un expected ...
Sharif.rifat's user avatar
1 vote
1 answer
68 views

I get a blank first page when printing the HTML Template of a widget with multiple loops

I am using a table with a tbody etc. I have a situation where I have created a report widget that loops through dates then reservations followed by service items. Everything looks fine on the screen, ...
Nosnibor's user avatar
  • 153
-2 votes
1 answer
118 views

Integration of an Angular app into index.php by using a tag [closed]

I have to embed an Angular app into a index.pxp file by using a specific tag. At the moment, is done by using Angular JS. The question is independent from the language / system of the host page or ...
Archimede's user avatar
  • 727
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
2 answers
6k views

[tag][error] TypeError: (0 , os_1.availableParallelism) is not a function

I am getting these errors when I tried to build the Angular project angular-errorw.log [error] TypeError: (0 , os_1.availableParallelism) is not a function at Object.<anonymous> (C:\Users\...
Aniket Sharma's user avatar
0 votes
0 answers
72 views

NGX-joyride is throwing an error that doesnt make sense

I have used ngx-joyride version ^2.5.0 in my project and I am being faced with this error: Error: All the steps should have the 'joyrideStep' property set with a custom name. Here is my steps code: ...
JB_from_AHD's user avatar
0 votes
0 answers
21 views

Angular Google Auth. - Resizing and using white different background-color

i m currently writing my own little web app and wanted to implement google auth. services. i m following this tutorial: https://www.youtube.com/watch?v=EO-U01u9vFQ while loading the page, the google ...
A-New-User's user avatar
2 votes
0 answers
447 views

Angular 17 click event not firing?

I am starting with angular and I have the below code, app.component.html => <div (click)="myFunction()" >{{ title }}</div> <div>Count is: {{ count }}</div> <...
mason's user avatar
  • 444
1 vote
1 answer
46 views

Confusion regarding scope of button inside angular

(click) event in one instance of a component is triggering function in another instance. I don't know how to explain this. I've attached a stackblitz example. Clicking on both the buttons print same ...
Nithish Kumar's user avatar
2 votes
1 answer
3k views

NG8004: No pipe found with name 'uppercase'. [plugin angular-compiler]

my components name is heroes heroes.component.ts import { Component } from '@angular/core'; import { Hero } from '../hero'; @Component({ selector: 'app-heroes', standalone: true, imports: [], ...
ambuj151's user avatar
1 vote
1 answer
629 views

Angular: Append dynamic created component as a child of the target-Element

I'm implementing a directive to add actions to a mat-table's mat-cell: <ng-container matColumnDef="actions"> <mat-header-cell *matHeaderCellDef></mat-header-cell> <...
Stefan's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
17