Project

General

Profile

1
// Angular 2
2
import '@angular/platform-browser';
3
import '@angular/platform-browser-dynamic';
4
import '@angular/core';
5
import '@angular/common';
6
import '@angular/http';
7
import '@angular/router';
8
import '@angular/forms';
9
import 'rxjs';
10
import '@angularclass/hmr';
11

    
12
// Other vendors for example jQuery, Lodash or Bootstrap
13
// You can import js, ts, css, sass, ...
(3-3/3)