Do not forget to fit assembly (I think in angular.json). Also look at each package json
Let's use this a clean start and also start from a version 1.0.0 on all libs (not the two other projects, that are no libs but examples). I will publish the libs to npm, once they are all set.
Name match for the project level:
- emfular -> core (no ngx since TS only)
- svg-graphics -> diagram
- ngx-emfular-integration -> integration
- ngx-emfular-helper -> tool
for the npm packages we must repsect their naming conventions.
Hence, all BUT core need an ngx- prefix before their name (since they are Angular own libs, not pure TS)
Also, they need emfular- as infix to show our "brand" - then use the normal project name afterwards.
Do not forget to fit assembly (I think in angular.json). Also look at each package json
Let's use this a clean start and also start from a version 1.0.0 on all libs (not the two other projects, that are no libs but examples). I will publish the libs to npm, once they are all set.
Name match for the project level:
for the npm packages we must repsect their naming conventions.
Hence, all BUT core need an ngx- prefix before their name (since they are Angular own libs, not pure TS)
Also, they need emfular- as infix to show our "brand" - then use the normal project name afterwards.