This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"; |