optimize remote #2
This commit is contained in:
@@ -23,7 +23,7 @@ export class NewComponent implements OnInit {
|
||||
public faSave = faSave;
|
||||
|
||||
public constructor(private showService: ShowService, showDataService: ShowDataService, private router: Router) {
|
||||
this.shows$ = showDataService.list$();
|
||||
this.shows$ = showDataService.list$;
|
||||
}
|
||||
|
||||
public ngOnInit(): void {
|
||||
|
||||
Reference in New Issue
Block a user