mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 06:28:06 +01:00
angular updated to rc1
This commit is contained in:
parent
61d86e7e3d
commit
0dfcf86787
53 changed files with 145 additions and 121 deletions
|
|
@ -4,12 +4,12 @@
|
|||
// run `typings install x` where `x` is your module
|
||||
|
||||
// Angular 2
|
||||
import 'angular2/platform/browser';
|
||||
import 'angular2/platform/common_dom';
|
||||
import 'angular2/core';
|
||||
import 'angular2/common';
|
||||
import 'angular2/http';
|
||||
import 'angular2/router';
|
||||
import '@angular/platform-browser';
|
||||
import '@angular/platform-browser-dynamic';
|
||||
import '@angular/core';
|
||||
import '@angular/common';
|
||||
import '@angular/http';
|
||||
import '@angular/router-deprecated';
|
||||
|
||||
// RxJS
|
||||
import 'rxjs/add/operator/map';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue