uv-charts-dashboard
Version:
A dashboard for uvCharts examples
17 lines (11 loc) • 401 B
text/typescript
// Vendors
// Angular 2
import '@angular/platform-browser-dynamic';
import '@angular/platform-browser';
import '@angular/core';
import '@angular/http';
import '@angular/router';
// RxJS 5
// import 'rxjs/Rx';
// For vendors for example jQuery, Lodash, angular2-jwt import them here
// Also see src/typings.d.ts as you also need to run `typings install x` where `x` is your module