Skip to content

Commit b79ea58

Browse files
PriyankaKoremgechev
authored andcommitted
feat: externalizing template, css visitor abstractions and ngwalker (#658)
1 parent 25f3e16 commit b79ea58

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/angular/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export { Rule as UsePipeDecoratorRule } from './usePipeDecoratorRule';
3737
export { Rule as UsePipeTransformInterfaceRule } from './usePipeTransformInterfaceRule';
3838
export { Rule as UseViewEncapsulationRule } from './useViewEncapsulationRule';
3939

40-
export * from './angular/config';
40+
export * from './angular';
4141

4242
// this file exists for tslint to resolve the rules directory
4343
export const rulesDirectory = '.';

0 commit comments

Comments
 (0)