python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Angular elements | Create separated build for each component
I have a regular Angular project and I want to convert it in an Angular elements project.
My main goal is to have separated build files for each component/element.
login/main.js
header/main.js
footer...
Vítor Rodrigues
Votes: 0
Answers: 0
How to include a web-component in an external project but the components assets originating from a different URL than the one hosted on shopify?
There is currently a project where we need to use web components made in angular in a shopify store. The webcomponent is hosted in www.example.com. The shopify store is hosted on www.myshopifystore.co...
Gaurav
Votes: 0
Answers: 0
Using Angular Elements MFE web component in React shell app
I'm trying to build a micro-frontend project with React shell and Angular micro-frontend application.
I don't have any idea how to import remoteEntry.js into React component and use the web component ...
Przemek Pobuta
Votes: 0
Answers: 0
Angular element with Hot Module Replacement causing duplicated customElements.define
In my DoBootstrap, I setup the Angular element with
const webComponentTag = 'ui-button'
customElements.define(webComponentTag, createCustomElement(UIButtonComponent, {injector}));
Note there...
Yiping
Votes: 0
Answers: 1