Zentoaku

Results 4 comments of Zentoaku

Issue is still there. I've run into the same bug with webpack 2.2. Defining babel loader for this file solves it but I don't want to add babel only for...

Is there any chance that this one will be solved? Experiencing similar issue after running Jenkins over https. The links to subjobs in summary are generated with plain http, not...

4 years later and it still isn't possbile to properly use Typeahead with formControlName, especially in more complex scenarios like: formGroup -> formArray -> index -> formGroup -> formControlName :(...

In my project to achieve this kind of functionality we had to create custom solution: ``` export const TRANSLATION_CONFIG: InjectionToken = new InjectionToken('Translation Config Token'); @Injectable() export class TranslationService {...