Gabriel Delépine
Gabriel Delépine
gettextcatalog.getString is not available in the config step. Probably because translation can be load with an asynchronious http request. I don't think angular-gettext is appropriate to translate urls. Define route...
It's an interesting idea. You want to write the CSS dependencies directly in the view. My approach was to managing it with the route. If someone pull a request I...
Thanks for open this issue. I updated the code to allow this feature. Check the readme file.
Hi @drelei : The function removeAll is fired on the event $locationChangeStart. In my personal project, I'm doing a lazy loading for css and js files, so $locationChangeStart is always...
Personally I wanted to keep the middleware logger, but hide the success response. So I finally use `npm start |grep -v "200" |grep -v "304"`
I guess some dependencies of this project require Node. It can be interesting to know which one to make it optional But this repo needs a huge list of browsers...
this project is not thinked to be executed client side so I wouldn't be supprise if it fails. if your files-server is built in Node (with express for example), you...
Any chance we could get a typed return value in the future? Something like `declare function structuredClone(value: T, options?: StructuredSerializeOptions): T;` ? I know that `structuredClone` is not returning a...
My current "workaround" (let me know what you think) ```typescript type MyType = { ok?: boolean } const foo: MyType = {} const bar = structuredClone(foo) as typeof foo /*...
Any update on this issue? I don't know if it's related but the install fails for me without error message even after having installed wget (I have Chrome OS 65...