Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ɵɵDirectiveDeclaration error - invalid amout of parameters #26

Open
HagayLevyNice opened this issue Jun 18, 2024 · 1 comment
Open

Comments

@HagayLevyNice
Copy link

Version 15.1
Getting a compile error
Error: node_modules/ngx-mfe/lib/directives/mfe-outlet.directive.d.ts:45:18 - error TS2707: Generic type 'ɵɵDirectiveDeclaration' requires between 6 and 8 type arguments.

45 static ɵdir: i0.ɵɵDirectiveDeclaration<MfeOutletDirective, "[mfeOutlet]", ["mfeOutlet"], { "mfeApp": "mfeOutlet"; "mfeComponent": "mfeOutletComponent"; "mfeModule": "mfeOutletModule"; "inputs": "mfeOutletInputs"; "outputs": "mfeOutletOutputs"; "injector": "mfeOutletInjector"; "loader": "mfeOutletLoader"; "loaderDelay": "mfeOutletLoaderDelay"; "fallback": "mfeOutletFallback"; "options": "mfeOutletOptions"; }, {}, never, never, false, never>;

Any idea how to fix it?

@dkhrunov
Copy link
Owner

dkhrunov commented Jul 3, 2024

Can you give a bit more information about your implementation?
Repo with code or code snippet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants