Open
Description
General
- configure tags
- add tsconfig.base.json
- split out test selectors as lib (to share across app and test helpers)
- fix cyclic movies<->movies-user-flow
Angular Movies
- modern app bootstrap
- service worker refactoring
- clean dist
- Implement a better
onStable
patch (ATM it is a static timeout)
Ng Universal Express
- remove
axios
- fix
dist/projects/movies/browser/dist/tmp/projects/movies/server/routes.txt/index.html
output forprerender
- prerender already builds no need for movie build
- add tests to catch past prerender bugs
test: generate-routes jest #259 - Zoneless SSR
Firebase Cloud Function
- clean dist
- fix path for firebase function emulation
- update
firebase
,firebase-tools
andfirebase-gh-actions
- build over nx executor
- upload only files that are needed for deployment (
firebase.json#functions#ignore
&firebase.json#functions#ignore
) - prod and dev configs for build
- remove implizite dependency for universal app
- resolve action hack by fixing gh action
feat: remove custom script add only comments push-based/user-flow-gh-action#119 - add lint for no file access
- remove implizite deps
- separate static hosting and function hosting
- add affected deploy for firebase services
- put a custom
package.json
into dist to have it disconnected form the mainpackage.json
. https://stackoverflow.com/questions/74944491/husky-prepare-script-failing-firebase-function-deployment
Cloudflare Worker
- use preview deployment in GH action
- use nx executor to build
- resolve action hack by fixing gh action
- clean dist before build
- deploy pages
- deploy worker
User-Flow Helper for Angular Movies
- use existing
tsconfig.json
forts-node.register
Include existingtsconfig.json
files to read content fromtest.uf.ts
push-based/user-flow#247