nhabuiduc / TypescriptSyntaxPaste

Visual Studio Extension which convert C# SYNTAX to Typescript SYNTAX
70 stars 24 forks source link

Generating knockout observable typescript class #16

Open IT247PRO opened 6 years ago

IT247PRO commented 6 years ago

is there a way to modify the template to generate the typescript for knockout observables

properties like public sectionCode: KnockoutObservable = ko.observable(null);

l

ltlombardi commented 5 years ago

I'm pretty sure there is... but it's something you will have to do it. Maybe fork this repo...