aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-29 12:44:45 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-29 12:44:45 +0300
commite5e786e6ea1f5e64cabf2feb9939a2c88e3ec03a (patch)
tree75585014922c8fb458a518c9b300175112108509 /src/app
parent879f148aa5ad7c4d1558c8dbaececb9eb6f136bd (diff)
downloadDevHive-Angular-e5e786e6ea1f5e64cabf2feb9939a2c88e3ec03a.tar
DevHive-Angular-e5e786e6ea1f5e64cabf2feb9939a2c88e3ec03a.tar.gz
DevHive-Angular-e5e786e6ea1f5e64cabf2feb9939a2c88e3ec03a.zip
Fully removed Angular material
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app.module.ts6
1 files changed, 0 insertions, 6 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