Michael Hladky

Results 222 issues of Michael Hladky

# General - [x] configure tags - [x] add tsconfig.base.json - [x] split out test selectors as lib (to share across app and test helpers) - [x] fix cyclic moviesmovies-user-flow...

good first issue

Setup story book for components to tests

feature

Use input transforms wherever applicable. example before: ```typescript @Input({required: true}) set lazy(component: RxInputType) { this.connect('component', coerceObservable(component)); } ``` example after: ```typescript @Input({required: true, transform: (value: RxInputType) => coerceObservable(value)}) set lazy(component:...

feature

# Motivation Dynamic pages are hard to optimize for the LCP as we can't determine the LCP before executing the page. It is important to optimize the LCP because it...

bootstrap performance
LCP

Add @rajahu and @chemicalbr as collaborators to the project. - [ ] add to readme.md - [ ] add to package.json - [ ] add to bower.json - [ ]...