Lucas Garcia

Results 7 issues of Lucas Garcia

Could you provide a new feature that allows the blocks in between brackets to get highlighted on ctrl + right-click (for example) exactly how it is made on "rainbow brackets"...

On an angular 16 app (a pristine project as it was intended to be a POC for me to learn how ckeditor works), I tried to follow the the tutorial...

pending:feedback

In order to match the angular standalone api, I added a new `provideNgxWebstorage` function, alongside a `withNgxWebstorageConfiguration`, `withLocalStorage` and `withSessionStorage` feature functions. It has been developped, following the angular code...

Solves the [issue #241](https://github.com/matschik/component-party.dev/issues/241)

Angular v19 just landed and keeps simplifying the framework: - `standalone: true` is now the default on components, directives and pipes - new `resource` API with signals or observables -...

### Description In some cases, we could need to use some other providers in order to configure auth0. In this regard, I added the possibility to also provide a factory...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-angular#readme), [Examples](https://github.com/auth0/auth0-angular/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-angular/blob/main/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...

feature request