Bills initially working just as proof of concept
ng linted modifier categories list is better at displaying data sanely now
This commit is contained in:
@ -15,12 +15,12 @@ import { MatInputModule } from '@angular/material/input';
|
||||
import { MatMenuModule } from '@angular/material/menu';
|
||||
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
||||
import { LayoutModule } from '@angular/cdk/layout';
|
||||
import { LogoutComponent } from "./auth/logout/logout.component";
|
||||
import { LoginComponent } from "./auth/login/login.component";
|
||||
import { HomeComponent } from "./home/home.component";
|
||||
import {CoreModule} from "./core/core.module";
|
||||
import {ReactiveFormsModule} from "@angular/forms";
|
||||
import {SharedModule} from "./shared/shared.module";
|
||||
import { LogoutComponent } from './auth/logout/logout.component';
|
||||
import { LoginComponent } from './auth/login/login.component';
|
||||
import { HomeComponent } from './home/home.component';
|
||||
import {CoreModule} from './core/core.module';
|
||||
import {ReactiveFormsModule} from '@angular/forms';
|
||||
import {SharedModule} from './shared/shared.module';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
||||
Reference in New Issue
Block a user