Code Monkey home page Code Monkey logo

Comments (6)

rezendeneto avatar rezendeneto commented on August 10, 2024

Same here and here's the versions I'm using in my project:

   Ionic Framework               : @ionic/angular 7.3.0
   @angular-devkit/build-angular : 16.2.0
   @angular-devkit/schematics    : 16.2.0
   @angular/cli                  : 16.2.0
   @ionic/angular-toolkit        : 9.0.0

from ionic-selectable.

iamrsojitra avatar iamrsojitra commented on August 10, 2024

@rezendeneto @woutersteven2020 You need to import IonicSelectableTitleTemplateDirective directive in your component to work correctly

from ionic-selectable.

novelapproaches avatar novelapproaches commented on August 10, 2024

Thank you for your reply. I hadn't realized that, but it does the trick. I'll continue to play with it. Thanks again!

from ionic-selectable.

sciu avatar sciu commented on August 10, 2024

@rezendeneto @woutersteven2020 You need to import IonicSelectableTitleTemplateDirective directive in your component to work correctly

Dear Sir, could you show to me how to import directive in our component.
I already try it, but still not working.
All ng-template are not working.

Thks.

from ionic-selectable.

rezendeneto avatar rezendeneto commented on August 10, 2024

@sciu have you tried something like this?
image

from ionic-selectable.

sciu avatar sciu commented on August 10, 2024

@rezendeneto
Thanks for ur help, it works...

I upgrade to [email protected] then

at my page.module.ts :

import { IonicSelectableComponent, IonicSelectableAddItemTemplateDirective } from 'ionic-selectable';

@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
AccountPageRoutingModule,
ReactiveFormsModule,
IonicSelectableComponent,
IonicSelectableAddItemTemplateDirective
],
declarations: [AccountPage],
})

Hope it would help other.

from ionic-selectable.

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.