Skip to content

Instantly share code, notes, and snippets.

/ad-banner.ts Secret

Created January 15, 2018 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4d48af4c3bc1d26f8ec3af7929e3bcbd to your computer and use it in GitHub Desktop.
Save anonymous/4d48af4c3bc1d26f8ec3af7929e3bcbd to your computer and use it in GitHub Desktop.
import { Type } from '@angular/core';
export class AdBanner {
constructor(public component: Type<any>, public data: any) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment