Skip to main content

Comments

2 comments

  • Gene Foo

    Hi,


    Please find attached.

    URL : https://lifescapeangularapp.azurewebsites.net

    We are using Angular CLI, as well I have attached sample code.

    download code from :--https://we.tl/t-zMGCKpTEio

     

    Look forward for your help!

    Thanks!

    0
  • Shirly Manor

    I'm sorry, I couldn't open the RAR file.

    Please make sure to include cloudinary as described here:

     

    import { Cloudinary as CloudinaryCore } from 'cloudinary-core';
    ...
    export const cloudinary = {
    Cloudinary: CloudinaryCore
    };
    ...

    @NgModule({
    declarations: [
    ...
    ],
    imports: [
    ...
    CloudinaryModule.forRoot(cloudinary, config),
    ],
    ...
    })
    export class AppModule { }

     

    You can also look at our sample code here:

    https://github.com/cloudinary/cloudinary_angular/tree/angular-2.x/samples

    Hope that helps,

    0

Post is closed for comments.