Skip to content

Commit

Permalink
chore(TranslateModule): removed useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe authored Aug 16, 2016
1 parent 543951f commit 2f5bd04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ng2-translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export default {
providers: [TranslateService]
};

/**
* This module doesn't provide a Translate Loader, you will have to provide one for yourself
*/
@NgModule({
imports: [],
declarations: [
Expand All @@ -49,4 +46,4 @@ export class TranslateModule {
providers: [providedLoader, TranslateService]
};
}
}
}

0 comments on commit 2f5bd04

Please sign in to comment.