Welcome to Angular 18 app | Zoneless All the way Discussions! #1
jonkirathe
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
### Angular 18 app | Zoneless All the way
Link: https://filedropapp.vercel.app/
This Angular 18 app is a fun and interactive image upload and preview tool. The app consists of two main components:
UploadComponentand
PreviewComponent. The UploadComponent allows users to select or drag and drop images for upload. Once the images are uploaded, thePreviewComponentdisplays a preview of the uploaded images, allowing users to drag and rearrange the images for a more visually appealing layout.The app uses Angular's signals and event-driven architecture to handle image uploads and updates the preview dynamically. The
AppComponentmanages the state of the uploaded images and passes them to thePreviewComponentfor rendering. The app also includes placeholder, loading, and defer directives to provide a better user experience while waiting for the images to load or render.Overall, this app provides a seamless and enjoyable experience for users to upload and preview images, making it a great choice for any image-centric application or website.
Beta Was this translation helpful? Give feedback.
All reactions