All files / common/src public_api.ts

100% Statements 25/25
100% Branches 0/0
100% Functions 1/1
100% Lines 24/24

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2710x 10x 10x 10x 19x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x     10x 10x 10x 10x 10x 10x 10x 10x  
export * from './annotation/annotation-context';
export * from './annotation/annotation-ref';
export * from './annotation/annotation.types';
export * from './annotation/context/annotations.global';
export { AnnotationContextRegistry } from './annotation/context/registry/annotation-context.registry';
export * from './annotation/context/registry/bound-annotation-context';
export * from './annotation/context/registry/by-ref-selector';
export * from './annotation/context/registry/by-target-selector';
export * from './annotation/context/registry/selector';
export * from './annotation/factory/annotation.factory';
export * from './annotation/factory/decorator-hook.registry';
export * from './annotation/factory/decorator-hook.type';
export * from './annotation/target/annotation-target';
export * from './annotation/target/annotation-target.factory';
export * from './annotation/target/annotation-target.impl';
export * from './annotation/target/bound-annotation-target';
// export * from './annotation/trigger/annotation-trigger.registry';
// export * from './annotation/trigger/annotation-trigger.type';
export * from '../utils/src/abstract/abstract-token.type';
export * from '../utils/src/abstract/abstract.type';
export * from './reflect/module/reflect-module-config.type';
export * from './reflect/module/reflect-module.type';
export * from './reflect/reflect-provider.type';
export * from './reflect/reflect.context';
export * from './reflect/reflect.context.global';
export * from './reflect/reflect.error';