mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
NestJS dependency injection support useValue provider
This commit is contained in:
@@ -5,3 +5,7 @@ export abstract class Foo {
|
||||
export abstract class Foo2 {
|
||||
abstract fooMethod(x: string): void;
|
||||
}
|
||||
|
||||
export abstract class Foo3 {
|
||||
abstract fooMethod(x: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user