Skip to content

Commit

Permalink
feat(docs): fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Jul 9, 2024
1 parent 4375143 commit c47004c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schematics/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function addModuleImportToRootModule(
const modulePath = getAppModulePath(host, getProjectMainFile(project));
const moduleSource = getSourceFile(host, modulePath);
if (!moduleSource) {
throw new SchematicsException(`Module not found: ${modulePath}`); b
throw new SchematicsException(`Module not found: ${modulePath}`);
}
if (modulePath.includes('component')) {
throw new SchematicsException(`ngx-bootstrap doesn't support moduleless approach if we couldn't find
Expand Down

0 comments on commit c47004c

Please sign in to comment.