THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
Minimal Path to Awesome
Clone this repository
in the command line run:
npm install
tsd install
gulp serve --nobrowser
Features
This Web Part illustrates the following concepts on top of the SharePoint Framework & AngularJs:
BaseService: By injecting this Angular Service, GET, POST, UPDATE & DELETE requests can be made easily. It's a resuable service.
CustomFileChange: It's a custom Angular directive. It binds the file with model on file change event.
IsoToDateString: It's a custom Angular filter. It formats ISO date string to {0:yyyy}-{0:MM}-{0:dd} format.