ngxd icon indicating copy to clipboard operation
ngxd copied to clipboard

✨🦊 NgComponentOutlet + Data-Binding + Full Lifecycle = NgxComponentOutlet for Angular 7, 8, 9, 10, 11, 12, 13, 14, 15, 16+

Results 29 ngxd issues
Sort by recently updated
recently updated
newest added

```bash Error: node_modules/@ngxd/core/lib/adapter/adapter.experimental.d.ts:39:22 - error TS2720: Class 'DynamicComponentRef' incorrectly implements class 'ComponentRef'. Did you mean to extend 'ComponentRef' and inherit its members as a subclass? Property 'setInput' is missing in...

Hello, I managed to implement lazy load a feature module dynamically and load the the component in the DOM using this library for dynamic rendering of the component. Works in...

need doc
resolved

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.3 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

I have 2 dynamic components with events. First dymamic component have few events: `Output('action1') action1= new EventEmitter();` `Output('action2') action2= new EventEmitter();` `Output('action3') action3= new EventEmitter();` Also i have host component...

need doc
resolved

Now that NgModuleFactoryLoader is being deprecated what could be the right syntax for lazy loading our component modules?

Hi, When attempting to use the event (ngxComponentOutletActivate), I am getting the an error as displayed by the screen capture below: ![image](https://user-images.githubusercontent.com/3227590/68001535-b5756200-fc21-11e9-8324-d3486d5b70ec.png) I am suing "@angular/cli": "^9.0.0-rc.0" and "@angular/material": "^9.0.0-rc.0"....

need doc
resolved