Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added custom template case option (using ng-content) #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

webernir
Copy link

When you need a dynamic content inside the inline editor you can now use type='custom' as a value to the type input argument.
I'm using it to display a rich-text editor like ngx-quill.

example:

<inline-editor type="custom" [(ngModel)]="value" name="editableText1">
  <div>
    <quill-editor [(ngModel)]="value"></quill-editor>
  </div>
</inline-editor>

@tonivj5
Copy link
Collaborator

tonivj5 commented Apr 18, 2017

Hi, thanks for your contribution! 👍

Could you adapt it to the new structure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants