Skip to content

Instantly share code, notes, and snippets.

View TeePlunder's full-sized avatar
:bowtie:
working

Leon Bergmann TeePlunder

:bowtie:
working
View GitHub Profile
{
"basics": {
"name": "Leon Bergmann",
"label": "Backend Developer",
"picture": "",
"email": "leon.bergmann23@gmail.com",
"phone": "+4917655256643",
"url": "https://github.com/TeePlunder",
"summary": "Passionate Software Developer | Loving every Line of Code | Embracing Innovation, Exploring Boundaries",
"location": {
@TeePlunder
TeePlunder / material.module.ts
Created May 29, 2023 13:53
My material module file to import all angular material modules for my app
import { NgModule } from "@angular/core";
// Material Form Controls
import { MatAutocompleteModule } from "@angular/material/autocomplete";
import { MatCheckboxModule } from "@angular/material/checkbox";
import { MatFormFieldModule } from "@angular/material/form-field";
import { MatInputModule } from "@angular/material/input";
import { MatRadioModule } from "@angular/material/radio";
import { MatSelectModule } from "@angular/material/select";
import { MatSliderModule } from "@angular/material/slider";
import { MatSlideToggleModule } from "@angular/material/slide-toggle";