Skip to content

Instantly share code, notes, and snippets.

@glauberramos
Created October 10, 2017 02:59
Show Gist options
  • Save glauberramos/c4ea93f96c9195bded87436187101d1c to your computer and use it in GitHub Desktop.
Save glauberramos/c4ea93f96c9195bded87436187101d1c to your computer and use it in GitHub Desktop.
Imports on main.ts
@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