Closed zazoomauro closed 2 years ago
When a class is defined with Typescript, compiler pass throws an exception if process method is not static FIX: Process method can be defined as static or not static as you wish
Compiler pass should be passed like:
container.addCompilerPass(new CustomCompilerPass())
When a class is defined with Typescript, compiler pass throws an exception if process method is not static FIX: Process method can be defined as static or not static as you wish