angular-movies icon indicating copy to clipboard operation
angular-movies copied to clipboard

A Angular Movies App Optimized for Performance

Results 14 angular-movies issues
Sort by recently updated
recently updated
newest added

This PR includes: - [x] Nx update v17 - [x] Angular update to v17 - [x] RxAngular update to v16.3.0 - [x] `package.json` overwrites - [x] Refactoring of the state...

# 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

First the README should mention nx needs to be installed. I did an 'npm i' and noticed a lot of deprecated packages then this list of errors. I am not...

Related to https://github.com/tastejs/angular-movies/issues/202 TODO: * **Write UF tests**. I see some tests in `movie-detail-page-to-movie-detail-page-navigation--warm.uf.ts` but it doesn't seem to be used because it is located in the `old-flows` folder. What...

Setup story book for components to tests

feature

# Test Case: ![chrome-capture-2023-4-26](https://github.com/tastejs/angular-movies/assets/954509/f3d184eb-9586-4311-b31e-e2bd9372b124) # Cause: `ngSrc` does not allow updating the input dynamically. An error is displayed in the console: ```console caught Error: NG02953: The NgOptimizedImage directive (activated on...

bug