Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
63 views

I’m trying to pass an object as an input to an Angular custom element created with @angular/elements, not via HTML attributes (since setAttribute only supports strings). Here’s a minimal example: ...
Jon's user avatar
  • 455
3 votes
1 answer
202 views

when I try to build the module with the flag --optimization equal to false, then everything works just fine. The compilation finishes without any issues and I can use my web-component as well. Once I ...
Raman Aliaksanau's user avatar
0 votes
0 answers
56 views

Details: I have two completely separate Angular applications. One is like parent one and other one is child. Child should be exported as js module, loaded by parent app and embedded into some ...
Dalantren's user avatar
0 votes
0 answers
143 views

Recently I upgraded my project with NX to Angular 19 and encountered an issue with custom elements. I have 2 apps in my NX monorepo: App with custom element (Widget); Playground where the widget is ...
IamCracker's user avatar
0 votes
1 answer
177 views

I have an angular webcomponent that I build with the help of @angular/elements. The webcomponent has been working in my website for months, so most of the code, deployment and loading is ok. The ...
andymel's user avatar
  • 6,048
1 vote
1 answer
203 views

I am trying to do an Angular upgrade slowly, last resort, by having Angular 18 "angular elements" (web components) using those Angular 18 web components inside an AngularJS (1.8.3) site. ...
sparanza's user avatar
5 votes
1 answer
702 views

I have the following question about taking direction to build a web application separated into a micro-front-end app. For this purpose, I'm using Angular Elements. I'm reading the official ...
Vladyn's user avatar
  • 583
0 votes
1 answer
667 views

What are the Changes form Angular 17 to 18 for Web Components (Standalone Elements)? I've tried some Angular 17 related Guides / couldn't find any (usefull) information about the changes for 18 so far....
Marco's user avatar
  • 511
3 votes
0 answers
409 views

I have created an Angular Elements web component to be used as a micro-frontend in an existing Vue application. The project requires the custom web component be in Angular and the main application be ...
joed4no's user avatar
  • 1,363
2 votes
0 answers
128 views

I have an ASP.Net Webforms app running .Net 4.5. I've built an Angular v.17 app with Angular Elements and an Angular Materials Table following this tutorial as a model of the Angular Elements portion: ...
ben.kansas's user avatar
5 votes
2 answers
9k views

since I updated Angular to version 17 I can't create web components.. I used to do it in app.module, where are they created now? I tried in app.component as the guide says but it doesn't seem to work.....
user avatar
0 votes
0 answers
24 views

I am confused about angularjs manipulation. How come: angular.element("#elementID").is(':visible') ; // works angular.element("#elementID").slideUp() ; // works ...
rolinger's user avatar
  • 3,196
0 votes
0 answers
152 views

Our application is build on .net MVC using cshtl view, we are planning to migrate it into angular. For this we want to use angular element so that it can be easily mixed with cshtml pages. We would ...
ArvindTiwari's user avatar
0 votes
1 answer
702 views

Facing this error while using @angular-extensions/elements for lazy loading of angular element I tried using in the component like below: <mwc-button *axLazyElement="url; loading: loading; ...
Dhruvi's user avatar
  • 21
0 votes
1 answer
219 views

I have been using ngx-summernote as my rich text editor. Now, for my project purpose, i will need to insert out custom angular component dynamically to the rich text editor. After analysis, i found ...
Chinmoy Chakraborty's user avatar
2 votes
0 answers
192 views

Briefly: I created an Angular Elements web component in Angular 15 I have ViewEncapsulation.Emulated set for the component (for some reason, ViewEncapsulation.ShadowDom doesn't work - it breaks some ...
Ivan Pelly's user avatar
3 votes
1 answer
7k views

I have an angular app (and a nestjs backend) and I try to handle user login with the help of keycloak. As the buzzword rich question title states I have kind of a "weird" architecture. I ...
andymel's user avatar
  • 6,048
1 vote
2 answers
2k views

I have developed a custom web component that I am using in a Chrome Extension (Content). This Angular web component worked fine in Angular 12. I bundled all the scripts and loaded them in various web ...
Tom Lee's user avatar
  • 21
1 vote
1 answer
667 views

Created two web components: web-comp-1, web-comp-2 When I tried to add in HTML page, I am getting console error like below Uncaught TypeError: Cannot read properties of undefined (reading 'create') at ...
Tony's user avatar
  • 159
1 vote
2 answers
532 views

I've searched around and haven't quite figured out how to do this yet. I have an Angular library I've created that contains custom components. This is being exported as Web Components so other ...
Andrew's user avatar
  • 794
0 votes
1 answer
768 views

i make a small angular application and convert it into angular element to use it as a micro frontend in other master App and it looks great and works fine. but I need to pass a value from Master App ...
Amr Eshra's user avatar
0 votes
0 answers
508 views

I am trying to convert angular components to angular web component, I followed few articles to do it which is good, but when I tried to convert angular directive as web component it throws some error ...
Varun'Ui's user avatar
0 votes
1 answer
324 views

I have created a web component in Angular Elements which defines and emits events like this: @Input() groupId: number = -1; @Output('group_change') groupChange!: EventEmitter<number>; ... this....
Frank Jusnes's user avatar
1 vote
1 answer
2k views

Lately I have been learning Angular and @angular/elements. I was curious about creating custom element that i can use in any html. My goal is to create simple custom element just with 1 component ...
Sergey Ivanyuk's user avatar
4 votes
0 answers
995 views

Can anyone explain to me the difference between Angular Module Federation and Angular Elements? I am new to Angular and my understanding so far is that both are two ways to provide shared Web ...
BigTman's user avatar
  • 182

1
2 3 4 5
7