Not a member? Signup now
let scope = this; this.snippets = this.snippets.filter((obj) => { return obj.id !== scope.form.id; });