private accessors replaced by protected to allow extending of classes
This commit is contained in:
@@ -8,7 +8,7 @@ import { FileUploader } from './file-uploader.class';
|
||||
export class FileSelectDirective {
|
||||
@Input() public uploader:FileUploader;
|
||||
|
||||
private element:ElementRef;
|
||||
protected element:ElementRef;
|
||||
|
||||
public constructor(element:ElementRef) {
|
||||
this.element = element;
|
||||
|
||||
Reference in New Issue
Block a user