Skip to content

Commit

Permalink
fixup! fix(core): Remove static dependency from @angular/core to @ang…
Browse files Browse the repository at this point in the history
…ular/compiler (#26734) PR Close #26734
  • Loading branch information
mhevery committed Oct 31, 2018
1 parent b3a68d6 commit 6078934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler/src/compiler_facade_interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export type Provider = any;
export enum R3ResolvedDependencyType {
Token = 0,
Attribute = 1,
Injector = 2,
}

export interface R3DependencyMetadataFacade {
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/render3/jit/compiler_facade_interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export type Provider = any;
export enum R3ResolvedDependencyType {
Token = 0,
Attribute = 1,
Injector = 2,
}

export interface R3DependencyMetadataFacade {
Expand Down

0 comments on commit 6078934

Please sign in to comment.