Git Product home page Git Product logo

Comments (3)

MurhafSousli avatar MurhafSousli commented on July 3, 2024 1

Oh, you misunderstood the docs. ofcourse it will not apply to other gallery components because this is only meant for that gallery reference. hence, the naming galleryRef.setConfig(config);

If you want to set the config globally, you can either use the GALLERY_CONFIG token in the app bootstrap, or use the gallery service

@Component({...})
export class AppComponent {
  
  constructor(private gallery: Gallery) {
  }

  ngOnInit(){ 
     this.gallery.setConfig({ ... });
  }
}

from ngx-gallery.

MurhafSousli avatar MurhafSousli commented on July 3, 2024 1

Yes, I suggest you look at the wiki docs, the navIcon is only available in the global config https://github.com/MurhafSousli/ngx-gallery/wiki/Gallery-API#gallery-config-api

from ngx-gallery.

yosiasz avatar yosiasz commented on July 3, 2024

Got it. So if I want custom navIcon in one component and another custom navIcon in another totally different component, i cant use this config?

from ngx-gallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.