Export classes in a barrel
This commit is contained in:
parent
657eb6d953
commit
2ec4fd194f
12
src/index.ts
Normal file
12
src/index.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export * from './extractor';
|
||||
export * from './utils/translation.collection';
|
||||
|
||||
export * from './parsers/parser.interface';
|
||||
export * from './parsers/abstract-template.parser';
|
||||
export * from './parsers/directive.parser';
|
||||
export * from './parsers/pipe.parser';
|
||||
export * from './parsers/service.parser';
|
||||
|
||||
export * from './compilers/compiler.interface';
|
||||
export * from './compilers/json.compiler';
|
||||
export * from './compilers/po.compiler';
|
Loading…
x
Reference in New Issue
Block a user