Skip to content

Instantly share code, notes, and snippets.

@mayrascript
Created December 18, 2019 02:07
Show Gist options
  • Select an option

  • Save mayrascript/d47f843c13a9db62b5d1592fabd99a4c to your computer and use it in GitHub Desktop.

Select an option

Save mayrascript/d47f843c13a9db62b5d1592fabd99a4c to your computer and use it in GitHub Desktop.
import { CourseModel } from 'src/app/dashboard/shared/models/course.model';
export interface AppState {
courses: CourseModel[];
currentCourse: CourseModel;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment