https://github.com/connectxweb/entity-angular-bundle
Symfony bundle to convert entities into Angular TS files.
https://github.com/connectxweb/entity-angular-bundle
angular bundle converter entity model symfony
Last synced: about 1 month ago
JSON representation
Symfony bundle to convert entities into Angular TS files.
- Host: GitHub
- URL: https://github.com/connectxweb/entity-angular-bundle
- Owner: ConnectxWeb
- License: mit
- Created: 2019-07-23T12:52:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T08:09:19.000Z (almost 7 years ago)
- Last Synced: 2025-05-18T17:18:46.229Z (about 1 year ago)
- Topics: angular, bundle, converter, entity, model, symfony
- Language: PHP
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Entity to Angular bundle for Symfony
Symfony bundle to convert entities into Angular TS files.
## Requirements
- Symfony 4 (not yet tested with Symfony 3 but it should work)
- PHP 5 or higher
## Installation
Install the bundle library via Composer by running the following command:
```
composer require connectx/entity-angular-bundle
```
*If you're using Symfony (4) Flex, the bundle will be automatically enabled. For older apps, enable it in your AppKernel class.*
## Generate Angular models
In a terminal execute:
```
cd root_of_my_project
php bin/console cx:gen:ts
```
All entities will be generated in a folder named "angular" at root level of your project.
## License
This bundle is under the MIT license.
## About
This bundle is a ConnectX initiative.
## Reporting an issue or a feature request
Issues and feature requests are tracked in the [Github issue tracker](https://github.com/ConnectxWeb/entity-angular-bundle/issues).