/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ export * from './interfaces'; export * from './ast_helpers'; export * from './make_transform'; export * from './insert_import'; export * from './elide_imports'; export * from './replace_bootstrap'; export * from './replace_server_bootstrap'; export * from './export_ngfactory'; export * from './export_lazy_module_map'; export * from './register_locale_data'; export * from './replace_resources'; export * from './remove_decorators'; export * from './find_resources'; export * from './import_factory';