Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skawa-universe/angular_utility
A toolkit to optimize the imports in angular components
https://github.com/skawa-universe/angular_utility
angular-2 dart
Last synced: 28 days ago
JSON representation
A toolkit to optimize the imports in angular components
- Host: GitHub
- URL: https://github.com/skawa-universe/angular_utility
- Owner: skawa-universe
- License: mit
- Created: 2017-07-06T11:06:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T14:39:54.000Z (over 6 years ago)
- Last Synced: 2024-09-28T17:21:02.137Z (about 1 month ago)
- Topics: angular-2, dart
- Language: Dart
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
### Concept:
Importing some files like `package:angular_components/angular_components.dart`
or using `materialDirectives` from the `angular_components` package will inflates file size. This toolkit can help to locate
This toolkit helps locating these imports### Example usage:
See at example folder.