File

demo/demo.component.ts

Metadata

selector ecpl-demo-app
template
<ecpl-image-viewer
imgSrc="https://image.shutterstock.com/display_pic_with_logo/164881702/587008043/stock-photo-a-photo-of-the-road-near-the-dam-with-sunset-scene-587008043.jpg"
imgType="jpg"
imgName="Adler"
id="hiudshhs" >
</ecpl-image-viewer>
import { Component } from '@angular/core';

@Component({
  selector: 'ecpl-demo-app',
  template: `
  <ecpl-image-viewer 
  imgSrc="https://image.shutterstock.com/display_pic_with_logo/164881702/587008043/stock-photo-a-photo-of-the-road-near-the-dam-with-sunset-scene-587008043.jpg"
  imgType="jpg" 
  imgName="Adler"
  id="hiudshhs" >
  </ecpl-image-viewer>`
})
export class DemoComponent {}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""