st-clair-clarke

Results 36 issues of 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...

enhancement
good first issue
package: devtools

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...

bug

Hi, When attempting to use the event (ngxComponentOutletActivate), I am getting the an error as displayed by the screen capture below: ![image](https://user-images.githubusercontent.com/3227590/68001535-b5756200-fc21-11e9-8324-d3486d5b70ec.png) I am suing "@angular/cli": "^9.0.0-rc.0" and "@angular/material": "^9.0.0-rc.0"....

need doc
resolved

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); }...

need doc
resolved