I recently updated my version of angular using ng update and when running ng lint
ng update
ng lint
I am getting the error create is deprecated: use
create is deprecated: use
Or you can use just
this.data$ = of(this.model);