Tom Fischer

Results 3 comments of Tom Fischer

> > > Is there any support for having transclusion with AngularJS components? I have a sidebar-wrapper that contains 2 components, one of which (``) isn't something I can re-write...

I've found a work around for now by using `$timeout` and `angular.copy`. For example, I'm doing something similar to the following ```jsx // In template // In directive scope.handleFooBar =...

You should be able to use `@testing-library/user-event` to simulate the user typing into the `.ql-editor`. For example, a test I've written that does this looks something like this ```js import...