You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
initial commit
This commit is contained in:
19
src/app/dashboard/dashboard.module.ts
Normal file
19
src/app/dashboard/dashboard.module.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { AppRoutingModule } from '../app-routing.module';
|
||||
import { SharedModule } from '../shared/shared.module';
|
||||
import { DashboardPage } from './dashboard';
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
DashboardPage
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
AppRoutingModule,
|
||||
SharedModule
|
||||
],
|
||||
providers: []
|
||||
})
|
||||
export class DashboardModule { }
|
||||
Reference in New Issue
Block a user