1
  1. angular2 wysiwyg tinymce implementation and 2-way-binding

  2. Initialize 3rd party library in Angular 2

I've been trying out several solutions given in stackoverflow answers. But, my tinymce editor is not getting loaded. Just want to make sure is there any specific ways after the stable release of Angular 2? Since the directives are not available in the object parsed in the @Component(), i can't use the solution given in the link 1. Link 2 doesn't seems to work.

Community
  • 1
  • 1
Saiyaff Farouk
  • 5,103
  • 4
  • 24
  • 38

1 Answers1

0

It doesn't seem to be exist when I was posting the question it seems. Later on, Following as mentioned in the Link helped.

And, also follow this answer along with the question if you find any difficulties.

This solution should work in the stable angular versions (I've done with it up to 2.3.1 from the stable release)

Community
  • 1
  • 1
Saiyaff Farouk
  • 5,103
  • 4
  • 24
  • 38