st-clair-clarke
st-clair-clarke
Hi, I am using angular v6. How can I use your offering in Angular 6 where typescript is used, not javascript? Cheers
Hi, I installed @angular/[email protected] with volta. According to the docs, this should be a global install. Correct? I use elvish shell most frequently: ## Running the command volta ls gives...
### Which @ngneat/elf-* package(s) are relevant/releated to the feature request? @ngneat/elf-devtools ### Description @ngneat/elf-devtools only support some options as documented here [dev-tools](https://ngneat.github.io/elf/docs/dev-tools). Could we get support for 'trace' option as...
Hi, I updated to the above libraries and get the following errors: Errors ``` Error during template compile of 'AmazingTimePickerModule' Function calls are not supported in decorators but 'ɵmakeDecorator' was...
Hi, I cant seem to import rubico using Typescript. Is there Typescript definition types?
# Could we have a change.md file in the repo to indicate significant changes with each published version change ## ⭐ Suggestion CHANGE.MD file ## 💻 Use Cases Allows seeing...
Hi, I note that it is not possible to observe items in the cache. Is there some thought about implementing it?. Thanks
### Describe the Bug I installed node js as per instructions. Afterwards, I run the command with the following outputs: > asdf list nodejs 18.0.0 pnpm 7.0.0 > node -version...
Hi, When attempting to use the event (ngxComponentOutletActivate), I am getting the an error as displayed by the screen capture below:  I am suing "@angular/cli": "^9.0.0-rc.0" and "@angular/material": "^9.0.0-rc.0"....
Hi, Given the following: ``` @Component({ selector: 'my-app', templateUrl: './app.component.html', styleUrls: [ './app.component.css' ] }) export class AppComponent { name = 'Angular 6'; component = DynamicComponent; onClick($event) { alert($event); }...