Skip to main content

Getting Started with Ionic 3, Angular 4

Comments

4 comments

  • Nimai Malle

    I was able to get further (albeit with npm warnings) by doing the following:

    npm install cloudinary-core @cloudinary/angular-4.x --save

     and in my *app.module.ts*

    import * as Cloudinary from 'cloudinary-core'

    I can now run a sample!

    0
  • Shirly Manor

    Hi Nimai,

    Thanks for the update, glad to hear it's working :)

    If you need anything please don't hesitate to contact the support at:

    https://support.cloudinary.com/hc/en-us/requests/new

    0
  • cgiApp

    hello i have the same probleme 

    0
  • Roee Ben Ari

    Hi cgiApp,

    Please try and import as follows:

    import { CloudinaryModule, CloudinaryConfiguration, Cloudinary } from '@cloudinary/angular-4.x';

    Let me know if this helps?

     

     

     

     

    0

Post is closed for comments.