https://github.com/angular/angular
Raw File
Tip revision: 3ccb4490a43ede51088615fd6bcffdcb98fdc45e authored by Miško Hevery on 13 June 2018, 23:08:29 UTC
release: cut the v6.1.0-beta.1 release
Tip revision: 3ccb449
index.ts
/**
 * @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 './language-service';
back to top