Skip to content

Commit f042d7b

Browse files
removed unused references
1 parent fa0f39e commit f042d7b

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

angular/src/app/app-routing.module.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { NgModule } from '@angular/core';
2-
import { Routes, RouterModule } from '@angular/router';
1+
import { NgModule } from '@angular/core';
2+
import { RouterModule } from '@angular/router';
33
import { AppComponent } from './app.component';
44
import { AppRouteGuard } from '@shared/auth/auth-route-guard';
55
import { HomeComponent } from './home/home.component';
@@ -26,4 +26,4 @@ import { RolesComponent } from "app/roles/roles.component";
2626
],
2727
exports: [RouterModule]
2828
})
29-
export class AppRoutingModule { }
29+
export class AppRoutingModule { }

angular/src/app/app.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="overlay"></div>
1+
<div class="overlay"></div>
22

33
<top-bar></top-bar>
44

@@ -16,4 +16,4 @@
1616
<div class="container-fluid">
1717
<router-outlet></router-outlet>
1818
</div>
19-
</section>
19+
</section>

angular/src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Component, ViewContainerRef, Injector, OnInit, AfterViewInit } from '@angular/core';
2-
import { AppConsts } from '@shared/AppConsts';
32
import { AppComponentBase } from '@shared/app-component-base';
43

54
import { SignalRAspNetCoreHelper } from '@shared/helpers/SignalRAspNetCoreHelper';

angular/src/app/app.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import { SideBarUserAreaComponent } from '@app/layout/sidebar-user-area.componen
3232
import { SideBarNavComponent } from '@app/layout/sidebar-nav.component';
3333
import { SideBarFooterComponent } from '@app/layout/sidebar-footer.component';
3434
import { RightSideBarComponent } from '@app/layout/right-sidebar.component';
35-
import { MaterialInput } from '@shared/directives/material-input.directive';
3635

3736
@NgModule({
3837
declarations: [

0 commit comments

Comments
 (0)