Posts by Bruno D'Luka • 1 point
1 post
-
0
votes0
answers37
viewsQ: How to know the difference between an array and another?
import { Injectable } from "@angular/core"; import { Show } from "./shows/show"; // import { SHOWS, DISPLAYING_SHOWS } from './shows/shows'; export const SHOWS: Show[] = [ { name: "Arrow", seasons:…