Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcjulian/formly-beta-6
https://github.com/marcjulian/formly-beta-6
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcjulian/formly-beta-6
- Owner: marcjulian
- Created: 2022-05-27T12:37:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T12:44:15.000Z (over 2 years ago)
- Last Synced: 2024-10-26T03:06:21.971Z (2 months ago)
- Language: TypeScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
npm ing s
```Results in following error:
```
ng s
✔ Browser application bundle generation complete.Initial Chunk Files | Names | Raw Size
vendor.js | vendor | 2.97 MB |
polyfills.js | polyfills | 294.80 kB |
styles.css, styles.js | styles | 251.85 kB |
main.js | main | 10.49 kB |
runtime.js | runtime | 6.52 kB || Initial Total | 3.52 MB
Build at: 2022-05-27T12:37:37.820Z - Hash: 72edc508cc6b48bf - Time: 3495ms
Error: node_modules/@ngx-formly/core/lib/services/formly.config.d.ts:37:52 - error TS2339: Property '0' does not exist on type '(string | Type>>)[] | undefined'.
37 getWrapper(name: FormlyFieldConfig['wrappers'][0]): WrapperOption;
~** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
✖ Failed to compile.
```