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
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
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
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
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
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 - error of Type T | undefined I've been looking for an example project for building angular forms based on JSON datasets
Sonarqube found a bug in this line of code: <div class="dropdown-language"> <label>{{'GENERALE.LINGUA' | translate }}</label>
I have a response from mydatepicker in the following format { "isRange":false, "singleDate":{ "date":{ "year":2022, "month":5, "day":13 },
I have this route defined in my router: const routes: Routes = [ { path: '', component: BaseComponent }, { path: '#HomePage'
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
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(
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
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="
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
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
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
I have an array of object need to show hide based on filter like below: HTML CODE: Filter: <div (click)="filter(1)"> F1 </div>
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
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