is there a way to modify the template to generate the typescript for knockout observables properties like public sectionCode: KnockoutObservable<string> = ko.observable<string>(null); l
is there a way to modify the template to generate the typescript for knockout observables
properties like
public sectionCode: KnockoutObservable = ko.observable(null);
l