worthy7
worthy7
Hello everyone, In VSCode I looked into the `Python` extension settings and there is an option for `Language Server`. Mine was set to `Default` which mean `Pylance if it is...
> ### You need import TranslateModule TO ALL MODULES IN STACK. > For example: > > ``` > app/ > |---pages/ > |---|---home/ > |---|---|---home.component.ts > |---|---|---home.module.ts |---|---pages.component.ts > |---|---pages.module.ts...
I just came across this issue myself. In my case, my language is set elsewhere by some other javascript so doing `translateService.use` inside the app module constructor is not an...
Ah, it works on some reloads. So I think perhaps the bug is that **you cannot set a new `use` language before it has loaded the default language**? I am...
Ok I found the issue. For some unknown reason, if you try to load angular locale data (or do any import maybe?) and at the same time try to do...
@christianacca either make it work with IE8, or go and remove your message that it is compatible with IE
Yea I also have this issue. Big project, it finds no strings somehow but lists all the files
Just an idea but would this work? 1. Delete all migrations in the project, essentially reset 2. Create just the init migration 3. generate the idempotent SQL script 4. in...
Ah, of course. I knew I was missing something.
Is it working for anyone? My angular 17 is still complaining that version 6.0.0 is not an Ivy compilation....