Fixing tests and lint errors
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 { Ng2BootstrapModule } from 'ng2-bootstrap/ng2-bootstrap'
|
||||
import { Ng2BootstrapModule } from 'ng2-bootstrap/ng2-bootstrap';
|
||||
import { FileUploadModule } from '../components/file-upload/file-upload.module';
|
||||
import { DemoComponent } from './app.component.ts';
|
||||
import { FileUploadSectionComponent } from './components/file-upload-section';
|
||||
@@ -15,4 +15,4 @@ import { SimpleDemoComponent } from './components/file-upload/simple-demo';
|
||||
bootstrap: [DemoComponent]
|
||||
})
|
||||
export class NgFileUploadDemo {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user