Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcjulian/ngxs-storage-migrations
NGXS Storage migrations
https://github.com/marcjulian/ngxs-storage-migrations
Last synced: 24 days ago
JSON representation
NGXS Storage migrations
- Host: GitHub
- URL: https://github.com/marcjulian/ngxs-storage-migrations
- Owner: marcjulian
- Created: 2019-11-15T17:44:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:48:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T03:06:29.604Z (2 months ago)
- Language: HTML
- Size: 3.35 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgxsMigrations
Run `ng build --prod` and the following error occurs:
```
ERROR in src/app/store/store.module.ts(15,20): Error during template compile of 'ɵ0'
Function expressions are not supported in decorators
Consider changing the function expression into an exported function.
```