Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/0f329c26e7d66998bed1521c29e42167 to your computer and use it in GitHub Desktop.
Save realtomaszkula/0f329c26e7d66998bed1521c29e42167 to your computer and use it in GitHub Desktop.
@Component({
selector: 'app-progressive-image',
template: `<ng-content></ng-content>`,
})
export class ProgressiveImageComponent {
@Input() height: number;
@Input() width: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment