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

Cannot find component #8

Open
hm2075 opened this issue Mar 25, 2022 · 0 comments
Open

Cannot find component #8

hm2075 opened this issue Mar 25, 2022 · 0 comments

Comments

@hm2075
Copy link
Contributor

hm2075 commented Mar 25, 2022

if components are declared as follows

const components = [
    xxTablesPageComponent,
    xxFormComponent,
    
];
@NgModule({
    imports: [CommonModule, SharedModule, InpatientSharedModule],
    exports: [components],
    declarations: [components],
})

then we get Cannot find components declared in NgModule, I have swapped them out to continue testing the tool but we should accomodate for such scenarios

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

1 participant