a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. export { AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol } from '@angular/compiler';
  9. export { DiagnosticTemplateInfo, getExpressionScope, getTemplateExpressionDiagnostics } from './src/diagnostics/expression_diagnostics';
  10. export { AstType, ExpressionDiagnosticsContext } from './src/diagnostics/expression_type';
  11. export { BuiltinType, DeclarationKind, Definition, PipeInfo, Pipes, Signature, Span, Symbol, SymbolDeclaration, SymbolQuery, SymbolTable } from './src/diagnostics/symbols';
  12. export { getClassMembersFromDeclaration, getPipesTable, getSymbolQuery } from './src/diagnostics/typescript_symbols';
  13. export { VERSION } from './src/version';
  14. export * from './src/metadata';
  15. export * from './src/transformers/api';
  16. export * from './src/transformers/entry_points';
  17. export * from './src/perform_compile';
  18. export { CompilerOptions as AngularCompilerOptions } from './src/transformers/api';
  19. export { NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2 } from './src/ngtools_api';
  20. export { ngToTsDiagnostic } from './src/transformers/util';