Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Created December 4, 2021 07:24
Show Gist options
  • Save PatrickKalkman/40ecb380bbe73e882a417ba6331b2c7e to your computer and use it in GitHub Desktop.
Save PatrickKalkman/40ecb380bbe73e882a417ba6331b2c7e to your computer and use it in GitHub Desktop.
prefix component selector
@Component({
selector: 'app-date-time',
templateUrl: './date-time.component.html',
styleUrls: ['./date-time.component.scss']
})
export class DateTimeComponent { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment