diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-29 12:44:45 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-29 12:44:45 +0300 |
| commit | e5e786e6ea1f5e64cabf2feb9939a2c88e3ec03a (patch) | |
| tree | 75585014922c8fb458a518c9b300175112108509 /src/app | |
| parent | 879f148aa5ad7c4d1558c8dbaececb9eb6f136bd (diff) | |
| download | DevHive-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.ts | 6 |
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 |
