https://github.com/angular/angular
Raw File
Tip revision: 1c156eb304443d95f86fd614fbe0e73297ef0c8b authored by atscott on 09 September 2020, 20:12:30 UTC
release: cut the v10.1.1 release
Tip revision: 1c156eb
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 './language-service';
back to top