Results 82 comments of Jan Philipp

@tregusti "Allow" would imply we forbid it. That is not true. ;) So yes: Just install the version you want and override this decision with a custom resolution in case...

In short (I'm busy right now): - I don't like the proposed change for translation (left top box). This will make everythings more complicated. Why making an easy interface so...

So, my big picture (components only, without event (bus), without extension points except post processor): ``` // yuml.me [Config] [Context||+changeLang()] [AsyncResolver|+currentLang|+facade(otherLang)] [DirectResolver|+currentLang|+facade(otherLang)] [AsyncProvider||+translate(lang. key)] [DirectProvider||+translate(lang. key)] [Map|origin (strategy);langId;items] [PostProcessors] [StorageProvider]...

> We have to know pluralization rules of the specific language to be able to do something in this area. At the end of the day, this will result into...

> I mean the language which is used to translate each particular string in the application. Because different strings may be translated to different languages. Still not getting this. Sorry....

``` [Config] [Context||+changeLang()] [AsyncResolver|+currentLang|+facade(otherLang)] [DirectResolver|+currentLang|+facade(otherLang)] [AsyncProvider||+translate(lang. key)] [DirectProvider||+translate(lang. key)] [Map|langId;items] [PostProcessors] [StorageProvider] [Repository|loaders|+set();+get(): String;+getAntWait():Promise;+refresh():Promise] [Configurer]-inits->[Config] [Configurer]-inits->[Context] [Configurer]-inits->[Repository] [Configurer]-inits->[AsyncProvider] [Configurer]-inits->[DirectProvider] [Configurer]-inits->[StorageProvider] [Config]-[note:injectable by all? or can we just delegate this right...

Well, indeed: The helper `useStaticFilesLoader()` is available without the actual implementation. Maybe we could improve the error message with a proper hint (if not exist raise custom error). Maybe you...

Great! I guess this could be realized with the $injector just like in cookies https://github.com/angular-translate/angular-translate/blob/2.15.1/src/service/storage-cookie.js#L15-L41 ..

1. More the promise style allowing a deferred setup. And if A is internally deferred, than B will it be also automatically. 2. My idea was to stick with the...