Category "angular"

CoreUI styles aren't loading in my angular project?

I am trying to get the starter template html code from this website to work in angular. I made a new project, ran $ git clone https://github.com/coreui/coreui-a

GRAILS, ANGULAR, GRADLE --- Execution failed for task ':npmInstall'. --- npm finished with non-zero exit value 1

I am developing a project in IntelliJ and I am using Angular for the frontend and Grails for the backend. The project is being built with Gradle, and I am getti

What I am doing wrong when testing this method?

I am trying to test a method within a service that performs an http post. I have mock the service in my spec.ts and all seems correct for me, but the boolean va

How to make new line input message by pressing shift + enter? Angular

I have a chat box with a single input field. I want to make handle new line input like Facebook's chatbox. My Chat Box: [1]: https://i.stack.imgur.com/NeG7d.png

Embedding Checkout

I'm trying to embed the checkout of GiftUp on my angular site however not show when I run my HTML page. <div class="gift-up-target" data-site-id="XXXXXXXXXXX

ExcelJS: "Uncaught EvalError: 'unsafe-eval' is not an allowed source of script in the following Content" in Angular App

I have deployed Angular Application that uses ExcelJS library on IIS server. My current security policy forces me to return below header in IIS Http Response co

Angular dynamic forms project migration - 'input' has no initializer and not constructor, another error of Type T | undefined

Angular dynamic forms project migration - error of Type T | undefined I've been looking for an example project for building angular forms based on JSON datasets

Associate a valid label to this input field sonarqube

Sonarqube found a bug in this line of code: <div class="dropdown-language"> <label>{{'GENERALE.LINGUA' | translate }}</label>

does the filter with new date() accept format other than yyyy-mm-dd?

I have a response from mydatepicker in the following format { "isRange":false, "singleDate":{ "date":{ "year":2022, "month":5, "day":13 },

How can Angular router navigate to url which has '#' inside path?

I have this route defined in my router: const routes: Routes = [ { path: '', component: BaseComponent }, { path: '#HomePage'

Reload component after back from redirection in angular 8

I make a external redirection with window.location.href to another page, but as external page take too much time to load, i show a spinner in my page (managed w

Angular: Component is not resolved when using Speedy Web Compiler (SWC) for TestBed tests

The tests in my Nx Angular 10 repo have been running very slow so I decided to switch from using jest-ts to @swc/jest. jest.presets.ts const nxPreset = require(

Angular 13 - material table new row, delete row update table

I am using Angular 13 material-table. I am able to successfully send a request to an api server. I'm sending a successful post request using modal-dialog and re

Why should I add '?' in the validation of reactive form?

I am creating a reactive form in angular 13. When doing validation I am only able to make it work like this: <div class="form-group"> <label for="

Prime NG calendar closing when the soft keyboard opens

I am working in an Angular 10 app. When using a tablet, opening a p-calendar primeng component opens the soft keyboard, triggering a window resize event. p-cale

Can I pre-authenticate my Angular Client Application using Identity Server 4 to call my locally hosted .Net Core WebAPI

I have an Angular Client App, which calls a .Net Core WebAPI hosted on the same box. It is authenticated using Identity Server 4 in a separate WebAPI.OAuth app

Error from chokidar : Error: UNKNOWN: unknown error, watch

In a new Angular app I'm getting the following error: Error from chokidar : Error: UNKNOWN: unknown error, watch I've deleted and re-installed node_modules, dow

Angular show hide with combine condition

I have an array of object need to show hide based on filter like below: HTML CODE: Filter: <div (click)="filter(1)"> F1 </div>

Format data in store with @ngrx/data and @ngrx/entity, not in component (subscriber)

While working with ngrx/data I find myself parsing and formatting data from the store in multiple places: converting strings to date objects or formatting strin

Multiple large file upload to SP in angular

I am trying to upload multiple large files to the SP in the angular project and I've done it successfully. But my code uploads all the files at once into the se