chore(package): update to angular cli v1.0.0

This commit is contained in:
Dmitriy Shekhovtsov
2017-04-10 13:48:58 +03:00
parent 7704e0e970
commit e8d5ced3f6
6 changed files with 7 additions and 7815 deletions

View File

@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { BrowserModule } from '@angular/platform-browser';
import { TabsModule } from 'ng2-bootstrap';
import { TabsModule } from 'ngx-bootstrap/tabs';
import { FileUploadModule } from 'ng2-file-upload';
import { AppComponent } from './app.component';

View File

@@ -6,8 +6,8 @@ declare const ENV:string;
// google code-prettify
declare const PR:any;
declare const require:any;
declare const global:any;
// declare const require:any;
// declare const global:any;
declare module jasmine {
interface Matchers {