From e5e786e6ea1f5e64cabf2feb9939a2c88e3ec03a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 29 Mar 2021 12:44:45 +0300 Subject: Fully removed Angular material --- src/app/app.module.ts | 6 ------ src/theme.scss | 12 ------------ 2 files changed, 18 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index c68f919..39f8ab3 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -2,9 +2,6 @@ import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { ReactiveFormsModule } from '@angular/forms'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; -import { MatInputModule } from '@angular/material/input'; -import { MatButtonModule } from '@angular/material/button'; -import { MatFormFieldModule } from '@angular/material/form-field'; import { HttpClientModule } from '@angular/common/http'; import { ClipboardModule } from 'ngx-clipboard'; @@ -53,9 +50,6 @@ import { CommentPageComponent } from './components/comment-page/comment-page.com AppRoutingModule, ReactiveFormsModule, BrowserAnimationsModule, - MatFormFieldModule, - MatInputModule, - MatButtonModule, HttpClientModule, RouterModule, ClipboardModule diff --git a/src/theme.scss b/src/theme.scss index ebd9688..0194061 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1,14 +1,2 @@ // Import theming functions -@import '~@angular/material/theming'; @import './styles.css'; -@include mat-core(); - -// Custom Angular theme - -// $my-custom-primary: mat-palette($mat-deep-purple); -// $my-custom-accent: mat-palette($mat-pink, 100, 500, A100); -// $my-custom-warn: mat-palette($mat-lime); - -// $my-custom-theme: mat-light-theme($my-custom-primary, $my-custom-accent, $my-custom-warn); - -// @include angular-material-theme($my-custom-theme); -- cgit v1.2.3