chore(package): update to angular cli v1.0.0
This commit is contained in:
@@ -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';
|
||||
|
||||
4
demo/src/typings.d.ts
vendored
4
demo/src/typings.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user