UNPKG

@cdf/cdf-ng-media

Version:

Angular module for displaying media assets (images, videos)

8 lines (7 loc) 232 B
import { OnInit } from '@angular/core'; import { CdfMediaModel } from '../../models/index'; export declare class CdfImageComponent implements OnInit { imageModel: CdfMediaModel; constructor(); ngOnInit(): void; }