ngast
Version:
Parsing tools for Angular. The project is an abstraction over the Angular compiler which provides friendly interface.
11 lines • 459 B
JavaScript
export * from './lib/ngtsc/symbol';
export * from './lib/ngtsc/component.symbol';
export * from './lib/ngtsc/directive.symbol';
export * from './lib/ngtsc/injectable.symbol';
export * from './lib/ngtsc/module.symbol';
export * from './lib/ngtsc/pipe.symbol';
export * from './lib/ngtsc/workspace.symbols';
export * from './lib/ngtsc/trait-compiler';
export * from './lib/ngtsc/find-symbol';
export * from './lib/ngtsc/utils';
//# sourceMappingURL=index.js.map