Enabling the module

Add the following dependency to your project's build.gradle file:

dependencies {
    implementation 'com.valtimo:form-view-model:12.1.0'
}

Enable the feature toggle in your project's environment.ts file:

featureToggles: {
    enableFormViewModel: true
}

Last updated