42% building 274/275 modules 1 active ...\src\index.js??extracted!D:\Clients\app\node_modules\sass-loader\lib\loader.js??ref--15-3!D:\src\styles.scss <
I'm configuring authentication with Okta service. I'm using angular framework and okta signin widget. I also added feature flag to my OktaSignIn object and conf
Not sure what information to give so will do as much as I can. Currently have an Angular app sitting on IIS and using Classic ASP. All works fine. There is a dr
I recently updated the angular version and packages of my old project to the latest version and I am currently working on updating deprecated uses. Below is the
I have 2 components. Both have mat-table and paginators and pagination is working for one component and not working for the other component though the code is s
I'm trying to use OpenCV.js in web workers in Angular. My project needs to conduct multiple graphic computings at the same time, which would take long time. But
I am having an issue ng zorr table with pagination. Uing pagination with seperate component like below <nz-table #dynamicTable [nzScroll]="
I am new to unit testing and just decided to add test coverage for my existing app. I am struggling in writing the unit test cases for the given service . I hav
0 I'm using ngx-translate library and having some issues with unit testing because it wont find certain provides. The issue its that even tho i place a provider
I have an Angular application (Angular 2) that I can launch without issue from WebStorm, however when I try and set breakpoints none of them are ever hit. WebSt
i'm using angular & node.js & cors in my local device everything is good and work and now it's time to deployment to cloud server the
After doing some searching, I came to realize that I'm supposed to use the Flex-Layout library to make Material-themed UI responsive (as answered here). And acc
I am having 5 mat-tab and each tab is having a large amount of data so scroll is getting added to that window. Is there any way through which I can fix the head
I have the following configuration on the app-module.ts import { ReactiveFormsModule } from '@angular/forms'; import { DateFnsAdapter, MatDateFnsModule } from '
I am using ngx-editor for creating wysiwyg editor for my MEAN stack application. Everything is working fine but I want to set height for this editor. I have tri
i have tried this Time Left={{counter}} but it show me just in second format. i want in hh:mm:ss format. i want to implement his functionality in quiz timer
I'm trying to make the view dynamic when using the loadchildren() property For example, I've got 3 components app.html : Hello App <router-outlet></ro
I am facing strange issue in ionic 3 pause and resume events, whenever I paused the application, events are calling multiple times(once 2, once 3 etc). Here is
Is it possible to have a component that can handle dynamic projection like this? <my-component [date]="2022-03-22"> <p>This date falls on a <
I'm storing the column widths of my ngx-datatable inside a database. I get these values using an AJAX call. How can I set these values for the datatable? What