https://github.com/angular/angular
Raw File
Tip revision: 912911220a1af78567aa06c5cb9eaefd6bb0a0bd authored by George Kalpakas on 22 December 2018, 20:45:49 UTC
test(bazel): fix `bazel-workspace` schematics test
Tip revision: 9129112
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 './public_api';
back to top