We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8108eb commit ecef006Copy full SHA for ecef006
live-editing/configs/DividerConfigGenerator.ts
@@ -39,7 +39,7 @@ export class DividerConfigGenerator implements IConfigGenerator {
39
ngDeclarations: [DividerVerticalComponent],
40
ngImports: [IgxDividerModule]
41
}),
42
- shortenComponentPathBy: "/layouts/divider/vertical"
+ shortenComponentPathBy: "/layouts/divider/"
43
}));
44
45
configs.push(new Config({
0 commit comments