refactor(ivy): refactor more files in DI to prepare it for bazel packages (#28098)
PR Close #28098
This commit is contained in:
committed by
Andrew Kushnir
parent
6a9a48b0ac
commit
978ffa9d32
+5
@@ -53,6 +53,11 @@ export interface Attribute {
|
||||
|
||||
export declare const Attribute: AttributeDecorator;
|
||||
|
||||
export interface AttributeDecorator {
|
||||
(name: string): any;
|
||||
new (name: string): Attribute;
|
||||
}
|
||||
|
||||
export declare enum ChangeDetectionStrategy {
|
||||
OnPush = 0,
|
||||
Default = 1
|
||||
|
||||
Reference in New Issue
Block a user