Symfony bundle to convert entities into Angular TS files.
Symfony bundle to convert entities into Angular TS files.
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.
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.
This bundle is under the MIT license.
This bundle is a ConnectX initiative.
Issues and feature requests are tracked in the Github issue tracker.