angular
angular copied to clipboard
Exporting the custom-tag-service.ts service.
In some projects, we need to customize the Formio based on our needs, so, services like components should be exported in order to use in other places. As you know, this service can be injected into the FormioComponent component (projects/angular-formio/src/components/formio/formio.component.ts).
In this PR, this service is exported, so, we are able to use this service from the outer of this package.
Issue: #877