Category "angular"

How do you implement a simple progress bar in Angular 8?

I would like to implement a progress bar which increases progressively as a variable increases. I've tried it 3 ways, none of them work as I wrote it. Using CSS

convert epoch number to readable date in html

I have an issue with Stripe Invoices in my Angular App. The payment created field is populating in Firestore as a number and not a timestamp. Short of editing t

How do I fix the "The shadow-piercing descendant combinator (>>>) is deprecated" warning on ng build for production

I'm getting ng-build -c production warnings for all my css in styles that have a '>>>' notation. Warning: ▲ [WARNING] Unexpected ">" /Users/m

AADSTS650052 and AADSTS650051 when requesting consent

Running into these when requesting consent: The app needs access to a service that your organization has not subscribed to or enabled. Please contact your admin

Property 'combineLatest' does not exist on type 'typeof Observable'

Im trying to add a InstantSearch Function into my website. Im using Angular 12.2 and working with a firestore database with the index "book-data". Im using the

how can i add javascript files into angular?

i have got a template works fine on visual studio , but when i tried to use it on my angular project i don't know why the javascript code doesn't work , i fille

Angular: Lazy-Loading Module not calling InjectionToken factory

I am trying to provide the APP_BASE_HREF injection token in a Lazy-Loading Module, however, the factory method is not called at all. Here https://github.com/Mau

Detect H.265 HEVC incompatibility

I am trying to detect when a browser will not play a specific video. A good example is trying to detect that Chrome cannot play H.265/HEVC encoded video. I tri

Print angular version in the azure build pipeline

I want to print the angular version of the project in the build pipeline. We are using azure devops and yml for the pipepline configurations I could able to rea

Put json data into table

I actually want to create a table with the data who the api return to me. The problem is that i can't print the data. The IdLangage have his column in the table

Angular Module Federation: How to configure isolated routing for each remote module?

I would like to implement an isolated routing for each remote module of a Webpack Module-Federation Angular application. Each remote has its own routing module,

ANgular- Is it possible to add Mat-Paginator in regular table?

I made a regular HTML table in angular, whose data comes from API. I want to add mat-paginator in it. This is my code: <table class="table" style="text-align

How to refer to component object within intercept/arrow function?

Here's my code: export class NetworkInterceptor implements HttpInterceptor { constructor(private router: Router, private ngZone: NgZone) {} intercept(reque

Angular Universal - TypeError: Converting circular structure to JSON

I am having a big problem related to Angular Server-Side Rendering (SSR), the usage of Resolvers and HTTP requests. I am building a project in Angular 13, but I

CORS Error in Angular App With Asp.net Core Webpi

I've been given a task to to build a web client that interacts with the following API: https://docs.openaq.org/ It should be able to send different parameters

Angular 7 shared service for siblings component to get data from other sibling

In my Angular 7 app I have two sibling componentns... configurator component and custom stepper component. In configurator component I have some functions that

how can i show the data received from backend api in angular

Im currently trying to show the data of an employee after he loggin to his account, i can get the data of the employee from the backend by his username and i ca

The data from backend is not getting an Angular class / prototype

I'm developing a frontend in Angular and a backend in Spring. I have a problem when I fetch the data from the backend, the data isn't inheriting the methods of

Linear-Gradient not working on Android device (NativeScript 8)

I implemented a linear-gradient to an image in my NativeScript 8 app. it works fine on iOS but Android somehow has some issues with it. I also tried solutions l

Angular - display a string property, defined in Child... in the Parent

If I have a property (a string) that is defined in a child component, how could I display that in a parent component? All the examples I see, seem to involve cl