Skip to content

Commit efab032

Browse files
chore(doc-gen): autogenerate Angular version in angular.d.ts file
1 parent f2e2ce1 commit efab032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dgeni-package/templates/type-definition.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{$ '*/' | indent(level, true) | replace(r/\n$/, "") $}{% endif -%}
77
{%- endmacro -%}
88

9-
// Type definitions for Angular v2.0.0-alpha.26
9+
// Type definitions for Angular v{$ versionInfo.currentVersion.full $}
1010
// Project: http://angular.io/
1111
// Definitions by: angular team <https://github.com/angular/>
1212
// Definitions: https://github.com/borisyankov/DefinitelyTyped

0 commit comments

Comments
 (0)