Created
October 10, 2017 02:59
-
-
Save glauberramos/c4ea93f96c9195bded87436187101d1c to your computer and use it in GitHub Desktop.
Imports on main.ts
This file contains 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
@NgModule({ | |
imports: [ | |
BrowserModule, | |
BrowserAnimationsModule, | |
CommonModule, | |
CloudinaryModule.forRoot({Cloudinary}, { cloud_name: 'dc3dnmmpx' } as CloudinaryConfiguration) | |
], | |
declarations: [AppComponent], | |
bootstrap: [AppComponent], | |
providers: [] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment