Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
231 views

Environments Angular Version: ~18.2.2 Signalr: @microsoft/signalr: "^8.0.7" Microfrontend Library: @angular-architects/module-federation: 18.0.4 Webpack: 5.94.0 Webpack-cli: ^5.1.4 ngx-...
KSE0475's user avatar
  • 31
1 vote
0 answers
2k views

Since upgrading my Angular project from Angular12 to Angular 14, I receive following error: ng serve --extra-webpack-config webpack.partial.js -o or ng serve or ng build all result in: ***************...
Boommeister's user avatar
  • 2,157
3 votes
1 answer
2k views

As Angular 13 is not producing UMD-Bundles any longer the command ng g ngx-build-plus:externals --project MY_PROJECT currently creates an invalid angular.json (pointing to the non-existing UMD-Bundles)...
Karthikeyan's user avatar
3 votes
1 answer
424 views

I'm using ngx-build-plus for compile element to js. class NgElementImpl Error ERROR TypeError: can't access property "events", this.ngElementStrategy is undefined throw at line 512. And the ...
SettingDust's user avatar
1 vote
1 answer
705 views

I am trying to load a lazy-loaded application from a server localhost://4600 inside a client application localhost://3000 as an angular-element using ngx-build-plus, but when I load the angular ...
Bennet Sam's user avatar
2 votes
0 answers
379 views

I'm currently working with Angular Elements and more specifically trying to make multiple Elements communicate and interact with each other. In my case, the two elements I am trying to create share an ...
bdiazal17's user avatar
2 votes
1 answer
973 views

I have created an angular element and bundled it using ngx-build-plus. After bundling, other than the main,vendor, polyfills etc, I have 100+ chunk files in my dist folder. How do I merge them all ...
Edwin Abraham's user avatar
1 vote
1 answer
2k views

I am trying to add async-css-plugin (https://www.npmjs.com/package/async-css-plugin) to Angular project. What this plugin does is, it converts the external style link tag in html file to something ...
Naveed Ahmed's user avatar
  • 10.4k
0 votes
1 answer
763 views

I have build 2 micro apps with angular elements. Built the micro apps with ngx-built-blus with --output-hashing non --single-bundle true. Served them in 2 different ports in localhost. I'm currently ...
vish78's user avatar
  • 13
3 votes
0 answers
635 views

I'm trying to extend Angular CLI build by ngx-build-plus. All is working fine except one thing. I need to use url-loader for png and svg images. I expect that it will replace urls in css by code of ...
Beardless's user avatar
1 vote
0 answers
62 views

I'm using ngx build plus and trying to externalize a Kendo module, like Kendo Angular Buttons. Issue I'm running into is the Kendo UI library does not have a .umd file (its not an Angular library ...
strider's user avatar
  • 2,257