Skip to content

Commit

Permalink
feat: externalizing template, css visitor abstractions and ngwalker (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyankaKore authored and mgechev committed Jun 8, 2018
1 parent 25f3e16 commit b79ea58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/angular/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export * from './templates/basicTemplateAstVisitor';

export * from './styles/basicCssAstVisitor';

export * from './config';
export * from './metadata';
export * from './ngWalker';
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export { Rule as UsePipeDecoratorRule } from './usePipeDecoratorRule';
export { Rule as UsePipeTransformInterfaceRule } from './usePipeTransformInterfaceRule';
export { Rule as UseViewEncapsulationRule } from './useViewEncapsulationRule';

export * from './angular/config';
export * from './angular';

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

0 comments on commit b79ea58

Please sign in to comment.