https://github.com/brandonroberts/ivy-in-memory
https://github.com/brandonroberts/ivy-in-memory
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonroberts/ivy-in-memory
- Owner: brandonroberts
- Created: 2019-02-07T19:01:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T13:55:34.000Z (about 6 years ago)
- Last Synced: 2025-01-21T19:13:05.744Z (5 months ago)
- Language: TypeScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tour of Heroes
This repros a bug with Ivy/ngcc when using angular-in-memory-web-api with V7 vs V8.
### Instructions
Clone this repo
Install dependencies
```sh
yarn
```Start app
```sh
yarn start
```Note that app does not compile successfully.
Switch to v7 branch
```
git checkout v7
```Install dependencies
```sh
yarn
```Start app
```sh
yarn start
```Browse to http://localhost:4200 and note that app runs successfully.