https://github.com/angular/angular
Raw File
Tip revision: 09dcf8639682c02b61d1df3c42f5578374125712 authored by Joey Perrott on 24 March 2021, 16:17:05 UTC
release: cut the v11.2.7 release (#41336)
Tip revision: 09dcf86
index.ts
/**
 * @license
 * Copyright Google LLC 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 './api';
export {create, getExternalFiles} from './src/ts_plugin';
back to top