Skip to main content

All Questions

1 vote
1 answer
52 views

one component with multiple HTML support

I'm trying to breakdown bigger HTML chunks which has repeated markup based on flags. Is there a way we can make html code split into files one.html, two.html and render them into my component (.ts ...
super cool's user avatar
  • 6,045
1 vote
1 answer
46 views

Angular Elements Overwrites Multiple Instances on the Same Page

I'm using Angular Elements within a WordPress site to show the same component with different attributes on the same page. While the components render correctly when placed on different pages, they ...
Baris Kayhan's user avatar
0 votes
0 answers
313 views

Notification.requestPermission() on Angular 17 standalone + PWA + Firebase chrome/safari compatibility

I'm trying to set up Firebase Cloud Messaging but I'm having compatibility issues with Safari I don't know if it's due to the script or the test http-server I'm running it on. Since @angular/fire is ...
Lorenzo's user avatar
  • 75
1 vote
1 answer
177 views

Is there a way to transform an imported component into an standalone component?

I installed the next component: https://github.com/orahul1/angular-audio-player BUt because im using angular 17 i began working with standalone components. Is there a way to use transform that ...
Franco Bernardele's user avatar
8 votes
0 answers
3k views

Angular 16 : ERROR TypeError: Cannot read properties of undefined (reading 'ɵcmp')

Hello I have a problem with the standalone components since I switched to the default builder working but impossible to access the site so I use the new builder in esbuild test and with it it finally ...
Azeo Rs's user avatar
  • 123