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 25f3e16 commit b79ea58Copy full SHA for b79ea58
src/angular/index.ts
@@ -0,0 +1,7 @@
1
+export * from './templates/basicTemplateAstVisitor';
2
+
3
+export * from './styles/basicCssAstVisitor';
4
5
+export * from './config';
6
+export * from './metadata';
7
+export * from './ngWalker';
src/index.ts
@@ -37,7 +37,7 @@ export { Rule as UsePipeDecoratorRule } from './usePipeDecoratorRule';
37
export { Rule as UsePipeTransformInterfaceRule } from './usePipeTransformInterfaceRule';
38
export { Rule as UseViewEncapsulationRule } from './useViewEncapsulationRule';
39
40
-export * from './angular/config';
+export * from './angular';
41
42
// this file exists for tslint to resolve the rules directory
43
export const rulesDirectory = '.';
0 commit comments