Skip to content

Service for administration of Files (read, write, delete) in Angular 2 with NodeJS

Notifications You must be signed in to change notification settings

ibuioli/ngFileAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngJson

Service for read Json Files (online or local) in Angular 2.

For use the test app:

git clone https://github.com/ibuioli/ngFileAdmin
npm install
npm start

For use in an existing proyect:

git clone https://github.com/ibuioli/ngFileAdmin

Copy from src/app folder the file fileadmin.service.ts.

Import the service in your app.module.ts:

import { FileAdminService } from './json.service';

Declare the service in your app.module.ts:

providers: [FileAdminService,]

Import the Service in your component:

import { FileAdminService } from './fileademin.service';

Then call it in your constructor:

constructor(private fileAdmin: FileAdminService) {}

About

Service for administration of Files (read, write, delete) in Angular 2 with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published