Skip to main content
0 votes
0 answers
17 views

ng-inline-svg-2 3rd Party Package doesn't work anymore after Update Angular19 [closed]

I migrated my Angular Project on my local prototype project. After the migration ng-inline-svg-2 package occurs errors. Do you have any solution or I can get new 3rd party package recommendations.
kaanyrd's user avatar
1 vote
0 answers
30 views

Uncaught Error: [$injector:modulerr] received while attempting to run angular app

I receive the following error "Uncaught Error: [$injector:modulerr]" while running the following app. The code is designed to submit the data received to a SharePoint list when the submit ...
SPninja's user avatar
  • 11
-1 votes
0 answers
43 views

Using $location and $anchorScroll to scroll a table data (td) into view

In my AngularJS web application running on a TV browser, I have a horizontal menu. (You can see the menu and the problem I'm experiencing in the photos.) I use $location.hash and $anchorScroll to ...
yascelik's user avatar
-1 votes
1 answer
60 views

Data from html disappears and doesn't not post using rest api call. When submit button is selected the form clears and data is not submitted

I have a basic HTML form that submits data to a SharePoint list. There are no errors in the code, nor do I receive anything that would cause the form not to submit to the SharePoint list. I am using ...
SPninja's user avatar
  • 11
0 votes
0 answers
33 views

AngularJS + Compass project fails to run locally on Windows (grunt dev / SCSS )

I’m trying to run an old AngularJS project locally on Windows 11. The project uses: SCSS with Compass Pug templates Grunt tasks (grunt dev / grunt build) Node.js + Bower According to the README, I ...
yassel's user avatar
  • 1
0 votes
0 answers
61 views

Embed application insights into our web app

I need to embed our Azure Application Insights dashboard into our web application using an HTML . How can I achieve this securely? I tried embedding the Azure Application Insights dashboard in our web ...
nalini kanta's user avatar
0 votes
2 answers
28 views

how to align a table column to right using PDF MAKE

I created an UI to export angularjs grid to PDF using PDF Make, it was succeeded, but I want align only two columns to right in the table. I used below code for that, exporterPdfCustomFormatter: ...
JagathNalin's user avatar
0 votes
0 answers
121 views

Conflict between lodash.js and underscore.js

I am working on integrating a plugin into my application which resulted in lodash.js and underscore.js conflict. I have underscore.js implemented in my entire application and this plugin which I am ...
Gaurav's user avatar
  • 192
0 votes
0 answers
45 views

Recaptcha doesn't load (for some devs) in chrome, does in edge, in ASP.NET/Framework site

I work on an old .NET Framework 4.8 site serving angularjs. We load recaptcha in a script tag (as opposed to bundle.js). The render query value is replaced with what I am assuming is our key, which I ...
Emery Noel's user avatar
0 votes
0 answers
40 views

In my Blazor Server application, how can I setup a control property like angular's "ng-if" that I can apply to any html tag?

I'm currently building a Blazor Server application, and migrating code from an old AngularJs / ASP.NET MVC website. Part of that migration includes translating the html in the Angular pages into C# in ...
PKD's user avatar
  • 706
0 votes
2 answers
152 views

Make ng-container work inside a HTML table

The ng-container does not work with ng-repeat inside a table. This is my code. <tbody> <tr> <ng-container style="border-bottom: 5px solid black" ng-repeat="...
Ginto's user avatar
  • 41
1 vote
1 answer
49 views

Custom widget for visualizing dynamic table data

While creating a custom widget for visualizing dynamic table data, I encountered some issues and would like to share a minimal working example to illustrate the problem. JS: self.ctx.$scope.showAlert =...
OmnivoreRecycling's user avatar
0 votes
0 answers
42 views

Angular - how to display the selected's label of dropdown on the md-table when data is bind

The md-table is bind to data assets where application_id is an integer. The dropdown is populated with possible values with: Value = application_id, Label = application_name The table is editable ...
user3033959's user avatar
0 votes
0 answers
55 views

Angular 18 subresource integrity using an incorrect hash

I am working to upgrade an old code base from Angular 9 to Angular 18 for work. Subresource integrity was added while still on v8 and was working fine, however now that the code can compile and run in ...
murrag's user avatar
  • 13
0 votes
0 answers
121 views

Black screen when using Barcode Scanner mlkit in the Value/Capacitor modal window, despite the permissions in vue 3

I'm tried to convert angular app to vue 3, but i get some problems. There are: black window while i call startScan() but android says that camera in using and all permissions allowed function scan() ...
THE BEST OF THE BESTS's user avatar

15 30 50 per page
1
2 3 4 5
17448