New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ngx-tc/file

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-tc/file

Angular library for easy file show and management in applications.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

About

@ngx-tc/file is an Angular library that provides developers with a simple way to show and manage files in their applications. The library is designed to be flexible and customizable, allowing developers to quickly and easily integrate file upload functionality into their applications.

The library includes a number of pre-built components that can be used to create file upload forms, display uploaded files, and manage file metadata. These components are fully customizable, allowing developers to modify the appearance and behavior of each component to fit their specific needs.

The @ngx-tc/file library is built using Angular and is designed to be lightweight and easy to use. Minimal setup is required to get started, and the library can be easily integrated into existing Angular projects.

Usage

Install @ngx-tc/file in your project:

npm install @ngx-tc/file

Import TcFileModule e.g. in your app.module.ts:

import { TcFileModule } from '@ngx-tc/file';

@NgModule({
  imports: [
    ...
    TcFileModule
  ],
})
export class AppModule {}

Use the tc-file component in you app:

<tc-file [type]="'file-type'" [title]="'file-name'"></tc-file>

Demo

To view a working demo of the library in action, please follow the provided link. The demo will allow you to explore the various components and features included in this library and see how they can be used in your Angular applications. http://tc-library.type-code.pro/#/components/files

Keywords

angular

FAQs

Package last updated on 24 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts