Skip to content

Commit

Permalink
fix(refactor): removes unused modules and components
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai committed Apr 16, 2019
1 parent 2b28b52 commit aee9648
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 1,344 deletions.
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ import { MockAuthenticationService } from './shared/mock-auth.service';

// Imports stackdetailsmodule
import { StackDetailsModule } from './stack/stack-details/stack-details.module';
import { UserIntentModule } from './user-intent/user-intent.module';

@NgModule({
imports: [
BrowserModule,
StackDetailsModule,
// UserIntentModule,
FormsModule,
AppRoutingModule
],
Expand Down
4 changes: 1 addition & 3 deletions src/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';

import { AppComponent } from './app.component';
// import { UserIntentComponent } from './user-intent/user-intent.component';

const routes: Routes = [
{ path: 'analyze/:id', component: AppComponent },
{ path: '', component: AppComponent },
// { path: 'user-intent/:id', component: UserIntentComponent }
{ path: '', component: AppComponent }
];

@NgModule({
Expand Down

This file was deleted.

125 changes: 0 additions & 125 deletions src/app/stack/stack-report-inshort/stack-report-inshort.component.html

This file was deleted.

183 changes: 0 additions & 183 deletions src/app/stack/stack-report-inshort/stack-report-inshort.component.less

This file was deleted.

Loading

0 comments on commit aee9648

Please sign in to comment.