mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 04:28:05 +00:00
Some fancy changes
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {Component, OnInit} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-greeting-info-slider',
|
||||
templateUrl: './greeting-info-slider.component.html',
|
||||
styleUrls: ['./greeting-info-slider.component.css']
|
||||
selector: 'app-greeting-info-slider',
|
||||
templateUrl: './greeting-info-slider.component.html',
|
||||
styleUrls: ['./greeting-info-slider.component.css']
|
||||
})
|
||||
export class GreetingInfoSliderComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
constructor() {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user