Project

General

Profile

1
/**
2
 * @license
3
 * Copyright Google Inc. All Rights Reserved.
4
 *
5
 * Use of this source code is governed by an MIT-style license that can be
6
 * found in the LICENSE file at https://angular.io/license
7
 */
8
/**
9
 * A replacement for @Injectable to be used in the compiler, so that
10
 * we don't try to evaluate the metadata in the compiler during AoT.
11
 * This decorator is enough to make the compiler work with the ReflectiveInjector though.
12
 * @Annotation
13
 */
14
export declare function CompilerInjectable(): (data: any) => any;
(21-21/54)