Michael Hladky
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...
fb-emulation
related to #203
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:...
# 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...
Add @rajahu and @chemicalbr as collaborators to the project. - [ ] add to readme.md - [ ] add to package.json - [ ] add to bower.json - [ ]...