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; module: true" (click)="hello()">Hello
I followed all the step given on there official website but it is showing above error in the console.