Unfinished Company Component
This commit is contained in:
parent
c1e2ce73e7
commit
c13acc6ce3
9 changed files with 82 additions and 18 deletions
|
@ -46,7 +46,6 @@ import { SuppliersComponent } from './dashboard/suppliers.component';
|
|||
import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
@ -73,6 +72,7 @@ import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component
|
|||
MoreStuffComponent,
|
||||
P404Component,
|
||||
P500Component,
|
||||
|
||||
],
|
||||
providers: [
|
||||
AuthGuard,
|
||||
|
|
Reference in a new issue