|
|
@@ -3,18 +3,18 @@ import { BrowserModule } from '@angular/platform-browser'; |
|
|
|
|
|
|
|
import { AppRoutingModule } from './app-routing.module'; |
|
|
|
import { AppComponent } from './app.component'; |
|
|
|
import { LoginComponent } from './login/login.component'; |
|
|
|
import { LoginComponent } from './components/login/login.component'; |
|
|
|
import { TabsComponent } from './tabs/tabs.component'; |
|
|
|
import { RegisterBusinessComponent } from './register-business/register-business.component'; |
|
|
|
import { RegisterBusinessComponent } from './components/register-business/register-business.component'; |
|
|
|
import { FormsModule } from '@angular/forms'; |
|
|
|
import { MockComponent } from './mock/mock.component'; |
|
|
|
import { EServicesComponent } from './e-services/e-services.component'; |
|
|
|
import { NotificationsComponent } from './notifications/notifications.component'; |
|
|
|
import { CreateCommitteeComponent } from './create-committee/create-committee.component'; |
|
|
|
import { CheckStatusComponent } from './check-status/check-status.component'; |
|
|
|
import { TableComponent } from './table/table.component'; |
|
|
|
import { KeyValueHolderComponent } from './key-value-holder/key-value-holder.component'; |
|
|
|
import { DownloadButtonComponent } from './download-button/download-button.component'; |
|
|
|
import { MockComponent } from './widgets/mock/mock.component'; |
|
|
|
import { EServicesComponent } from './components/e-services/e-services.component'; |
|
|
|
import { NotificationsComponent } from './components/notifications/notifications.component'; |
|
|
|
import { CreateCommitteeComponent } from './widgets/create-committee/create-committee.component'; |
|
|
|
import { CheckStatusComponent } from './widgets/check-status/check-status.component'; |
|
|
|
import { TableComponent } from './widgets/table/table.component'; |
|
|
|
import { KeyValueHolderComponent } from './widgets/key-value-holder/key-value-holder.component'; |
|
|
|
import { DownloadButtonComponent } from './widgets/download-button/download-button.component'; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
declarations: [ |
|
|
|