Commit your changes

Build & test & run your application

Please run the following commands to make sure that the application builds, that the tests are running and that the application starts:

npm run build
npm run test
npm start
Run your application on another port if needed (4211 is an example)
nx serve --port=4211

After the Application is started, make sure:

  • new button to create an object is created on the search page header and it opens the create dialog.

  • items in the data view have an edit icon that opens the update dialog.

Commit your changes

Please commit your changes with the following commit message if the build and the tests passed:

feat: create-update added for <nameOfTheProduct>

Please replace nameOfTheProduct with the real name of your product.

To ensure clarity and consistency, please follow the naming schema for commit messages. For further details and guidelines, please refer to Conventional Commits.