Lex Kuncevič
Lex Kuncevič
Had a similar issue here https://github.com/angular/universal-starter/issues/681
Is that feature has being planned yet? Is there any deadlines on that? @daugoh have you come up with any proper soulution for this one? Here is https://github.com/angular/material2/issues/2021 one of...
Had similar issue in case of using universal prerender fixed by adding initialNavigation: 'enabled' as per https://github.com/angular/universal-starter/issues/439#issuecomment-331549488. My app just fully static though, no httpcalls, etc
Just found this library that can do that https://github.com/cloudnc/ngx-observable-lifecycle ``` import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; import { getObservableLifecycle, ObservableLifecycle } from 'ngx-observable-lifecycle'; import { take, takeUntil }...
Constantly just being given 3-4 elements in array, I have a use case here that required like 1000-10000 items on UI. Is there anyway to achieve that so far? p.s...
Just modified `node_modules\graphql-faker\dist\fake_schema.js` at `var length = fake_1.getRandomInt(500, 1000);` for now which is a bit dirty but works for my use case.
> Why call it `@sample`? why not sth like `@itemCount` or `@items`? Otherwise looks neat :) I had same thought, but I would stick to @fakeArray in such case this...
Yeah I see the use case where you need a constant predicted result, this might be useful for writing unit tests. Any progress on that @zephraph ?
@IvanGoncharov I am just not sure if having specifying the seed will cover all the use cases or does it?
Just tested out by following the steps: 1. prepublish script https://github.com/kuncevic/rx-service/blob/master/package.json#L11 2. workspace dir https://github.com/kuncevic/rx-service/blob/master/.github/workflows/npm-publish.yml#L23 3. release commit https://github.com/kuncevic/rx-service/commit/b34eefdc1ed72436043270a7eecd7e73e4830b2d In result I've got the action triggered https://github.com/kuncevic/rx-service/actions/runs/186705728 but nothing was...