Put the provider in the @component declaration:
@Component({
selector: 'xxx',
templateUrl: 'xxx',
providers: [File]
})
Put the provider in the @component declaration:
@Component({
selector: 'xxx',
templateUrl: 'xxx',
providers: [File]
})