Shees Usman
Shees Usman
I would suggest either using `partitionWith` or `sliceWith` since I assume `with` is used to identify that this operation is with another observable emission. Partition already is used to make...
I have unit-test with protractor running and they seem to work fine at my end. My tests also write to the editor and even change the theme. A look at...
Im using ace editor as a component and simply binding it [theme]="theme" worked for me. In my editor.component I have: `@Component({ selector: 'my-editor', template:' ' }) export class EditorComponent implements...