https://github.com/leon/demo-ng-lodash
An example of how to import lodash in an angular project
https://github.com/leon/demo-ng-lodash
angular angular-cli demo lodash
Last synced: 2 months ago
JSON representation
An example of how to import lodash in an angular project
- Host: GitHub
- URL: https://github.com/leon/demo-ng-lodash
- Owner: leon
- Created: 2017-05-04T06:40:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T06:44:23.000Z (about 9 years ago)
- Last Synced: 2025-10-19T00:53:24.862Z (8 months ago)
- Topics: angular, angular-cli, demo, lodash
- Language: TypeScript
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DemoNgLodash
Add
```
"allowSyntheticDefaultImports": true,
```
to the `tsconfig.json`.
Check the [src/app/app.component.ts](src/app/app.component.ts)