Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
draft: this.builder.control(false),
category: this.builder.control('js')
});
this.formKeyBased = this.builder.group({
time: this.builder.control(''),
tankOwners: this.builder.array([]),
isAdmin: this.builder.control(null)
});
this.formRootKey = this.builder.group({
skills: this.builder.array([]),
someBoolean: this.builder.control(false)
});
this.persistForm = new PersistNgFormPlugin(this.storiesQuery, createStory).setForm(this.form);
this.persistFormKey = new PersistNgFormPlugin(this.storiesQuery, 'config').setForm(this.formKeyBased, this.builder);
this.persistFormRootKey = new PersistNgFormPlugin(this.storiesQuery).setForm(this.formRootKey, this.builder);
this.storeValue = this.storiesQuery.select(state => state.akitaForm);
}
});
this.formKeyBased = this.builder.group({
time: this.builder.control(''),
tankOwners: this.builder.array([]),
isAdmin: this.builder.control(null)
});
this.formRootKey = this.builder.group({
skills: this.builder.array([]),
someBoolean: this.builder.control(false)
});
this.persistForm = new PersistNgFormPlugin(this.storiesQuery, createStory).setForm(this.form);
this.persistFormKey = new PersistNgFormPlugin(this.storiesQuery, 'config').setForm(this.formKeyBased, this.builder);
this.persistFormRootKey = new PersistNgFormPlugin(this.storiesQuery).setForm(this.formRootKey, this.builder);
this.storeValue = this.storiesQuery.select(state => state.akitaForm);
}
category: this.builder.control('js')
});
this.formKeyBased = this.builder.group({
time: this.builder.control(''),
tankOwners: this.builder.array([]),
isAdmin: this.builder.control(null)
});
this.formRootKey = this.builder.group({
skills: this.builder.array([]),
someBoolean: this.builder.control(false)
});
this.persistForm = new PersistNgFormPlugin(this.storiesQuery, createStory).setForm(this.form);
this.persistFormKey = new PersistNgFormPlugin(this.storiesQuery, 'config').setForm(this.formKeyBased, this.builder);
this.persistFormRootKey = new PersistNgFormPlugin(this.storiesQuery).setForm(this.formRootKey, this.builder);
this.storeValue = this.storiesQuery.select(state => state.akitaForm);
}