Project

General

Profile

« Previous | Next » 

Revision 44826

Make class fields public for ngfactory | use new refine fields in order to display names - not

View differences:

iframe.component.ts
8 8
  `
9 9
})
10 10
export class IFrameComponent {
11
  private safeUrl: SafeResourceUrl;
11
  public safeUrl: SafeResourceUrl;
12 12
  @Input() url ;
13 13
  @Input() width = '100%';
14 14
  @Input() height = '300';

Also available in: Unified diff