Aleš

Results 23 issues of Aleš

This would be handy for both user created overlays, as well as those used by angular components such as md-menu. Take this for example http://plnkr.co/edit/AqjYdsScCYPlK9w44aHQ?p=preview you have a fixed element(some...

feature
P4
area: cdk/overlay

Is there a way to define, in some sort of setting, that say each paragraph should have class "para__graph"? The point is that I really want it on every single...

I suspect some zone related issue, since it seems to trigger only after new notification from websocket is recieved. Similar problem is with `AuthRoute`, where the component renders, but inputs...

bug
help wanted

The idea for the whole app is to act as kind of walkthrough, meaning that each component should have description of what it does, how it does it etc. With...

- [ ] auth - [ ] people add / save

probably add it as webpack global variable, so it can be different for dev / prod... alternatively just add global constant

enhancement

It should instead use onInit$ subject instead, which means changing https://github.com/fxck/ngrx-example/blob/master/src/app/app.component.ts#L55 to `checkAuthAction$` and add `startNotificationsAction$`. @MikeRyan52 is there a better way(than to create subject and `next()` it in `ngOnInit`)...

help wanted

components/services/sagas etc and their folders are currently named like this - app - components - app-bar.component - app-bar.component.html - app-bar.component.scss - app-bar.component.ts that `.component` part i folder needs to be...

see https://youtu.be/xOXjCzFuUOA probably the same issue as reported in https://github.com/angular/angular/issues/19526#issuecomment-343916954

is this intentional? this way those breakpoints without max/min defined are kinda dangerous to use