index.d.ts 705 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/**
 * @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';