Skip to content

SyncfusionExamples/ej2-angular-7-file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular7App

Repository Description
This repository contains an Angular 7 application generated using Angular CLI 7.0.5. The project serves as a foundational Angular setup that can be extended to integrate the Syncfusion Angular File Manager component.

It includes standard Angular development workflows such as local development server support, build generation, and testing utilities.

Project Overview

The purpose of this project is to provide a base Angular application structure suitable for integrating Syncfusion UI components, specifically the Angular File Manager. It helps developers get started with Angular development and prepares the application for file management functionality.

Features

  • Angular application generated with Angular CLI 7.0.5
  • Local development server with live reload
  • Production and development build support
  • Angular code scaffolding for components and services
  • Unit testing using Karma
  • End‑to‑end testing using Protractor
  • Ready to integrate Syncfusion Angular File Manager

Prerequisites

Ensure the following requirements are met before working with this project:

  • Node.js and npm
  • Angular CLI version 7.0.5
  • A supported modern web browser

Installation

Clone the Repository

Clone the repository and navigate to the project directory:

git clone <repository-url>
cd Angular7App

Install Dependencies

Install all required npm packages:

npm install

Code scaffolding

Run the following command to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

ng generate component component-name

Build

Run the following command to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

ng build

Development Server

Run the following command to start the development server:

ng serve

Navigate to:http://localhost:4200/ The application automatically reloads when source files are modified.

Tests

  • Run ng test to execute the unit tests via Karma.
  • Run ng e2e to execute the end-to-end tests via Protractor.

Configuration

The project follows standard Angular CLI configuration practices. You can extend this configuration to:

  • Add Syncfusion Angular File Manager components
  • Customize build and serve options
  • Configure third‑party modules and services

Documentation

Additional Resources

Troubleshooting

  • Verify Angular CLI version with ng version.
  • Ensure all dependencies are installed successfully.
  • Restart the development server if changes are not reflected.
  • Re‑run npm install if build or runtime errors occur.

Support

For detailed API references, Angular File Manager integration guidance, and advanced usage scenarios, refer to the Syncfusion Angular documentation links provided above. To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

A quick start project that helps you to create an Angular 7 application with File Manager component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors