UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

18 lines (16 loc) 372 B
// Angular 2 import '@angular/platform-browser'; import '@angular/platform-browser-dynamic'; import '@angular/core'; import '@angular/common'; import '@angular/forms'; import '@angular/http'; import '@angular/router'; // RxJS import 'rxjs/add/operator/map'; import 'rxjs/add/operator/mergeMap'; if (ENV === 'production') { // Production } else { // Development }