Skip to content

Commit

Permalink
docs: single quotation marks in import statements for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gilhanan authored and ocombe committed May 24, 2017
1 parent 23b5b33 commit d5f44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import {BrowserModule} from '@angular/platform-browser';
import {HttpModule, Http} from '@angular/http';
import {TranslateModule, TranslateLoader} from '@ngx-translate/core';
import {TranslateHttpLoader} from '@ngx-translate/http-loader';
import {AppComponent} from "./app";
import {AppComponent} from './app';

// AoT requires an exported function for factories
export function HttpLoaderFactory(http: Http) {
Expand Down

0 comments on commit d5f44ec

Please sign in to comment.