Anton Grekov
Anton Grekov
Post title is wrong. He is asking how to use cssmodules in js files wthout templator. Replacing classes in JS is another task in which i am still very interested....
Yes, sure, look for ServerDataSource. It's well documented on home page of library. You can make it work with server side filtration pretty easy.
Sure. The first issue i met was TypeScript error that i was unable to fix(due to my beginner skills in TS), i tried many ways. Error is the following: ````ts...
Our angular versions are next: ```` "@angular/animations": "~10.0.2", "@angular/cdk": "^10.0.1", "@angular/common": "~10.0.2", "@angular/compiler": "~10.0.2", "@angular/core": "~10.0.2", "@angular/elements": "~10.0.2", "@angular/flex-layout": "^10.0.0-beta.32", "@angular/forms": "~10.0.2", "@angular/localize": "^10.0.2", "@angular/material": "^10.0.1", "@angular/material-moment-adapter": "^10.1.3", "@angular/platform-browser": "~10.0.2",...
Great. I was stuck how to make an interface in this particular situation. Would be great if you can point me in the correct direction(typescript article i need to read)...
I tried to initialize myStream$ with empty/non-empty array: **myStream$: Observable = of([])**, and console.loged it's length at start(work as expected) to may be give something to ngu-carousel at start, but...
same question here. after i first changed branch to start-with-ngrx-store and did npm install - i get same errors. actually there are many typescript types error. version of TS is...
Also, cannot find any scrollbar variables style declarations in @theme/themes.scss While for nb-layout and some other components with scrollable class - scrollbar custom styles are applied fine
Sadly this PR above wasn't merged. In README.md it still says to invoke `go get ....` instead of `go install ...` That wasted some time to find out
@nayfin awesome work dude, love your solution. i also was looking for this functionality in official documentation, expecting it to work by default. Sadly found nothing. I had to always...