Created
June 27, 2016 06:56
-
-
Save tkssharma/3d7c087d6a6c2b14337bf826d8e54f5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {bootstrap} from '@angular/platform-browser-dynamic'; | |
import {HTTP_PROVIDERS} from '@angular/http'; | |
import {AppComponent} from './app.component' | |
bootstrap(AppComponent, [ | |
HTTP_PROVIDERS | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment