Category "angular"

Why mat table not detecting chage

I am working on mat table, for one of cell, <!-- Bid Column --> <ng-container matColumnDef="bid"> <th mat-header-cell *matHeaderCellDef> BID

How to add styles to angular component? (every second element)

I have a question about adding styles to Angular components. e.g I would like to have every second angular component in a list to have red background-color. How

CSV file with non-English characters error in postman and angular http request

I have uploaded a CSV file with some german words. I can access the file via this link . When I try to get the file via postman, the response is not fully utf

error NG8002: Can't bind to 'dep' since it isn't a known property of 'app-add-edit-dep'

i am very new to Angular and trying to follow an anugular tutorial where he passes an object to app-add-edit-dep component on a modal in show-dep.component.html

Hide nav menu when on login page in ANGULAR

I have a routing module that has a LoginComponent on the login page I want to hide the <app-nav-menu></app-nav-menu> when not logged in. I have trie

Module Federation - Uncaught SyntaxError: Unexpected token ':' Angular 13 while consuming MFE

I am trying to consume an MFE using webpack 5, module federation with angular 13. However when I run the application I am getting below error. Uncaught SyntaxEr

ngx-build-plus:externals not working for Angular 13

As Angular 13 is not producing UMD-Bundles any longer the command ng g ngx-build-plus:externals --project MY_PROJECT currently creates an invalid angular.json (

how to send jwt token correctly

In my angular application I am trying to send a jwt token as a header in order to authorize my app for requests. But I am getting an error 500 because I am send

Angular observable and subscription

i have one observable function in my service which i have subscribe but i am getting [object Object] instead of token value service code: get bearerToken(): Obs

Is there an Angular version of the React-flip-move library?

I didn't find any equivalent in order to animate flexbox, in particular when elements are wrapped and jump to the next line. Thank you

Button was not aligned properly in firefox

app.component.html: <div class="input-group col-12 d-flex align-items-baseline pb-3"> <p class="mb-0 pb-3 col-12">Check....</p> <inp

Angular component is not a known element

I have recently upgraded my angular project from angular 8 to angular 9, when I try to run serve command I am getting below error. error NG8001: 'app-abcd-bread

Error on building app using Ngx-extended-pdf-viewer

Just started angular and I am trying to use a PDF Viewer integrated into my application. I saw ngx-extended-pdf-viewer while browsing which library to use and t

Jasmine unit test Angular service with nested spies

I´m trying to test this Angular service which uses af.firestore.collection, not just af.collection, as shown below, so to be able to access the onSnapshot

couldn't find file 'owl.theme.default' with type 'text/css' error in rails 5.1.4

im getting the below error. Sprockets::FileNotFound at / couldn't find file 'owl.theme.default' with type 'text/css' Checked in these paths: /home/xyz/abc/pr

How to Capitalize the First Letter of the Kendo-DatePicker format in Angular?

I have a kendo-datepicker and it's always displaying the format in the field like following. But I want to customize this as Month/Day/Year. Capitalize the fir

Getting Values from Angluar Page

I want to get Information from Input Field and post them as http. I found a way, but would be like to hear if there is a better one because it seems to be ugly

File upload Angular 13 Spring boot rest Required request part 'file' is not present

I'm searching since days now for a solution and can not find any. I have a simple Spring Boot Rest application (Spring version 2.6.7) with an endpoint to upload

jasmine window.location.reload in ngOnDestroy

public ngOnDestroy(): void { window.location.reload(); } How can I unit test this? All answers I found didn't work or only worked when the test was the only on

WebSocket from HTTPS website to different port, self-signed certificate

I am facing issues when trying to connect from a browser via WebSocket to a server. Website is hosted on a default port (80, 443, configurable - this is s selfh