How to Implement TinyMCE in Angular 2 with Two-Way Binding
Working with Third-Party Libraries in Angular 2
After trying multiple solutions provided on stackoverflow, I am still unable to load the TinyMCE editor successfully. I am wondering if there are any specific steps required after the stable release of Angular 2. Since the directives are not included in the object passed in the @Component(), I am unable to utilize the solution offered in the first link. The second link also does not provide a working solution.