Aligns the two typescript generators

This commit is contained in:
aersamkull
2015-11-03 09:03:52 +01:00
parent 2778857714
commit 5580eb7ac3
14 changed files with 1333 additions and 754 deletions

View File

@@ -4,7 +4,7 @@ import io.swagger.codegen.SupportingFile;
import java.io.File;
public class TypeScriptAngularClientCodegen extends AbstractTypeScriptClientCodegen {
@Override
public String getName() {
return "typescript-angular";