Category "angular"

LitElement in Angular 8 - error TS1005: ';' expected. TS1128: Declaration or statement expected

i am trying to use a litElement Webcomponent inside an Angular 8 Webapplication. I think i followed all instructions correctly to integrate a webcomponent insid

bento-ng-d3 not found on registry.npmjs.org and some other bento packages as well, Angular

I have found the following dependency in my angular project package.json file. "@bento/bento-ng":"8.4.1", "@bento/bento-ng-d3":8.4.1, "@bento/bento-ng-datamap":

AWS Cognito | On globalSignOut user is not authenticated

When a user is logging out of AWS Cognito using globalSignOut, I'm getting a "User is not authenticated" error. To authenticate a user I need to pass the auth

Angular component attribute without value nor square brackets

I need to add the isBold property to an Angular component <child-component isBold /> Remark the following I prefer do not use square brackets [] around t

Nebular lags when I use custom theme

So it's my first time using nebular, and I tried to customize it a bit, but whenever I customize it the whole page starts lagging hard, and the reason for that,

Object with Unpredictable Fields in TypeScript Interface

I am working on a web application in Angular and am making the following call to a service return this.http.get<SiteContent>(this.apiUrl + this.endpoint +

Error: Cannot find control with path: 'linkedUrns -> [object Object]'

I'm trying to create a widget which allows the user to enter Unique Reference Numbers (strings) Here is the template for the component: <div class="card

WKWebView prevent use Live Broadcast Camera

I am trying to use the angular ngx-webcam library to use the IOS camera via WKWebView, but the camera opens in live broadcast mode and not as I want

Apply css class to a <div> generated by an <ng-template> within the <ngx-datatable-column>

I am trying to apply display: flex property to the parent <div> of my <span> but since the is generated by the ng-template of the ngx-datatable-col

Angular unit test calling readonly BehaviorSubject

I have a angular class implemented ControlValueAccessor interface too. I need to have 100% coverage. Please help me to cover the remain. Line 20, 35, 36 need to

How can i await for file to upload so i can upload next image with params

I am using Drag and Drop file to upload multiple images. ngx-file-drop How to use with async await to upload images because i want to send params to next image

Module not found: Error: Resolving to directories is not possible with the exports field (request was ./)

I upgraded angular from v11 to v12. I am getting this error and I dont know why. there are no changes in build configuration or tsconfig.

Angular revert from 13.3.8 to 13.3.7

When I run : ng v I get the version in the screenshot. Where does "Angular: 13.3.8" come from and how can I revert it to 13.3.7 ? Also, where do the Packages c

Use an observable inside of an interceptor

I want to write an interceptor to add an auth token to all the requests. My token comes from a lib, angularx-social-login, that only provides an Observable to g

How to remove the selected data from saved data when we click on button in a selected one

In my application I have saved the data when we click on it(we can add the multiple data by entering some data and save the multiple data by clicking the save b

Stop cellRenderer to apply on all the rows in angular

I am trying to make a custom component in ag-gird which consists of two radio button. I wanted to make selection for each individual row, so I have tried both c

Angular Ionic Capacitor | Why is Even a Simple Animation Laggy

I'm building a simple Ionic Capacitor app with Angular. The app includes a few pretty simple animations, and I'm stunned to learn these animations are incredibl

Restangular equivalent in Angular [closed]

I am looking into migrating our application from angularjs (1.6.x) to modern Angular. One thing I am not finding is a recommended replacement

Ionic 6 - localization of Google Maps API

I am using Angular 13 and Ionic 6 to add Google Maps API V3. Here is a simple example provided by Google to add the map using TypeScript. When using Ionic, I am

Assign a documents values as a <Type>

Making an Observable <Hero[]> out of a collection works perfectly and gives me access to all its documents, but I am unable to assign individual documents