unlayer / angular-email-editor

Drag-n-Drop Email Editor Component for Angular
https://unlayer.com
MIT License
204 stars 167 forks source link

How to make this work for angularjs #9

Closed aramidefemi closed 4 years ago

carlo-arellano commented 4 years ago

I'm also looking for this one since most of our app are in AngularJS.

DharunManivel commented 4 years ago

follow simple steps from documentation

  1. declare in modules.
  2. import email editor component in your component
  3. use selector in html
schimini commented 4 years ago

@aramidefemi This lib is unlayer's wrapper for angular and i don't think it's possible to use in angularjs the way you expect. If no one ever ports this to angularjs ( which honestly i don't believe to be worth it ) you should stick with using the standalone unlayer library (docs here) without any wrapper library.

schimini commented 4 years ago

@adeelraza This is a good example of a closable issue in my opinion ✔️

aramidefemi commented 4 years ago

@aramidefemi This lib is unlayer's wrapper for angular and i don't think it's possible to use in angularjs the way you expect. If no one ever ports this to angularjs ( which honestly i don't believe to be worth it ) you should stick with using the standalone unlayer library (docs here) without any wrapper library.

using the standalone unlayer library - is exactly what i'm doing at the moment thank you.