Replies: 2 comments 1 reply
-
From #54 (comment)The first issue: No Secondary Entry Point for Components/DirectivesAs stated from ng-packager
For library developers, secondary entry points are configured by adding a ng-package.json file in subdirectories of the main package.json file's folder! BeforeAfterand the library consumer will use it like this import { SanitizeHtmlPipe } from 'flowbite-angular/pipes' and maybe we can make it better be adding each components independently inside the src folder without need to group them (components, services, driectives) and so on. import { Button } from 'flowbite-angular/button' |
Beta Was this translation helpful? Give feedback.
-
Hey @tomavic |
Beta Was this translation helpful? Give feedback.
-
From issue n°#54 moved here
Author : @tomavic
The question is How far can you support Angular versions?
However, After checking discord and Figma I can see there are lots of work pending. This Answer to this will narrow the amount of work needed.
In addition to the work pending such as adding components, accessibility and so on, there are developer-experience-related enhancements and refactors needed.
From my side I will try to list them here, Please feel free to add yours too.
Beta Was this translation helpful? Give feedback.
All reactions