UNPKG

371 BTypeScriptView Raw
1/// <amd-module name="@angular/compiler-cli/src/ngtsc/logging" />
2/**
3 * @license
4 * Copyright Google LLC All Rights Reserved.
5 *
6 * Use of this source code is governed by an MIT-style license that can be
7 * found in the LICENSE file at https://angular.io/license
8 */
9export { ConsoleLogger } from './src/console_logger';
10export { Logger, LogLevel } from './src/logger';