image

Creating a File Explorer Component in Angular

In this tutorial, we will learn how to create a file-explorer in angular.

Why? Because we can!

And it's fun!

angular-file-explorer

We will explore how to use the angular material library to create a visual appealing component to manage our files.

Also, we take a look at how dumb components can help us re-using our components and keep them independent from the actual file-api of the backend.

Ready?

Let's get started!

Read the full article on malcoded.com!.